]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libxfs/xfs_attr_leaf.c
Merge back recent changes from xfs kernel headers.
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_attr_leaf.c
index 8fe5e7d49ec3d6d6b4f67c7315668c86937bed72..595a68bad74718ae07c1835e3a53663da78acfdb 100644 (file)
  * Routines to implement leaf blocks of attributes as Btrees of hashed names.
  */
 
+STATIC int xfs_attr_leaf_create(xfs_da_args_t *args, xfs_dablk_t which_block,
+                               xfs_dabuf_t **bpp);
+STATIC int xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index);
+
 /*========================================================================
  * External routines when attributes < XFS_LITINO(mp).
  *========================================================================*/