X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libxfs%2Fxfs_attr_leaf.c;h=595a68bad74718ae07c1835e3a53663da78acfdb;hb=f302e9e43f3a27e674a7e5d3adb6ebea7ed98c11;hp=8fe5e7d49ec3d6d6b4f67c7315668c86937bed72;hpb=b84c55e5911de4b21e22dec129baab4c4f188524;p=thirdparty%2Fxfsprogs-dev.git diff --git a/libxfs/xfs_attr_leaf.c b/libxfs/xfs_attr_leaf.c index 8fe5e7d49..595a68bad 100644 --- a/libxfs/xfs_attr_leaf.c +++ b/libxfs/xfs_attr_leaf.c @@ -38,6 +38,10 @@ * 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). *========================================================================*/