aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_itable.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_itable.h')
-rw-r--r--fs/xfs/xfs_itable.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/fs/xfs/xfs_itable.h b/fs/xfs/xfs_itable.h
index a1f18fce9b70..e210a4c06569 100644
--- a/fs/xfs/xfs_itable.h
+++ b/fs/xfs/xfs_itable.h
@@ -74,6 +74,18 @@ typedef int (*bulkstat_one_fmt_pf)( /* used size in bytes or negative error */
74 const xfs_bstat_t *buffer); /* buffer to read from */ 74 const xfs_bstat_t *buffer); /* buffer to read from */
75 75
76int 76int
77xfs_bulkstat_one_int(
78 xfs_mount_t *mp,
79 xfs_ino_t ino,
80 void __user *buffer,
81 int ubsize,
82 bulkstat_one_fmt_pf formatter,
83 xfs_daddr_t bno,
84 int *ubused,
85 void *dibuff,
86 int *stat);
87
88int
77xfs_bulkstat_one( 89xfs_bulkstat_one(
78 xfs_mount_t *mp, 90 xfs_mount_t *mp,
79 xfs_ino_t ino, 91 xfs_ino_t ino,