aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_dir2_priv.h')
-rw-r--r--fs/xfs/xfs_dir2_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_dir2_priv.h b/fs/xfs/xfs_dir2_priv.h
index 4560825d099c..e0b96e7693ea 100644
--- a/fs/xfs/xfs_dir2_priv.h
+++ b/fs/xfs/xfs_dir2_priv.h
@@ -70,6 +70,7 @@ extern void xfs_dir2_data_use_free(struct xfs_trans *tp, struct xfs_buf *bp,
70 xfs_dir2_data_aoff_t len, int *needlogp, int *needscanp); 70 xfs_dir2_data_aoff_t len, int *needlogp, int *needscanp);
71 71
72/* xfs_dir2_leaf.c */ 72/* xfs_dir2_leaf.c */
73extern void xfs_dir2_leafn_verify(struct xfs_buf *bp);
73extern int xfs_dir2_leafn_read(struct xfs_trans *tp, struct xfs_inode *dp, 74extern int xfs_dir2_leafn_read(struct xfs_trans *tp, struct xfs_inode *dp,
74 xfs_dablk_t fbno, xfs_daddr_t mappedbno, struct xfs_buf **bpp); 75 xfs_dablk_t fbno, xfs_daddr_t mappedbno, struct xfs_buf **bpp);
75extern int xfs_dir2_block_to_leaf(struct xfs_da_args *args, 76extern int xfs_dir2_block_to_leaf(struct xfs_da_args *args,