diff options
Diffstat (limited to 'fs/xfs/xfs_ialloc.h')
-rw-r--r-- | fs/xfs/xfs_ialloc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/xfs/xfs_ialloc.h b/fs/xfs/xfs_ialloc.h index 4026578bc264..c5745f6d94ec 100644 --- a/fs/xfs/xfs_ialloc.h +++ b/fs/xfs/xfs_ialloc.h | |||
@@ -168,6 +168,11 @@ int xfs_inobt_lookup_ge(struct xfs_btree_cur *cur, xfs_agino_t ino, | |||
168 | int xfs_inobt_lookup_le(struct xfs_btree_cur *cur, xfs_agino_t ino, | 168 | int xfs_inobt_lookup_le(struct xfs_btree_cur *cur, xfs_agino_t ino, |
169 | __int32_t fcnt, xfs_inofree_t free, int *stat); | 169 | __int32_t fcnt, xfs_inofree_t free, int *stat); |
170 | 170 | ||
171 | /* | ||
172 | * Get the data from the pointed-to record. | ||
173 | */ | ||
174 | extern int xfs_inobt_get_rec(struct xfs_btree_cur *cur, xfs_agino_t *ino, | ||
175 | __int32_t *fcnt, xfs_inofree_t *free, int *stat); | ||
171 | 176 | ||
172 | #endif /* __KERNEL__ */ | 177 | #endif /* __KERNEL__ */ |
173 | 178 | ||