diff options
Diffstat (limited to 'fs/xfs/xfs_itable.h')
-rw-r--r-- | fs/xfs/xfs_itable.h | 12 |
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 | ||
76 | int | 76 | int |
77 | xfs_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 | |||
88 | int | ||
77 | xfs_bulkstat_one( | 89 | xfs_bulkstat_one( |
78 | xfs_mount_t *mp, | 90 | xfs_mount_t *mp, |
79 | xfs_ino_t ino, | 91 | xfs_ino_t ino, |