diff options
Diffstat (limited to 'fs/xfs/xfs_alloc.h')
-rw-r--r-- | fs/xfs/xfs_alloc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/xfs/xfs_alloc.h b/fs/xfs/xfs_alloc.h index ab5d0fd2f535..3a7e7d8f8ded 100644 --- a/fs/xfs/xfs_alloc.h +++ b/fs/xfs/xfs_alloc.h | |||
@@ -248,6 +248,13 @@ xfs_alloc_lookup_le( | |||
248 | xfs_extlen_t len, /* length of extent */ | 248 | xfs_extlen_t len, /* length of extent */ |
249 | int *stat); /* success/failure */ | 249 | int *stat); /* success/failure */ |
250 | 250 | ||
251 | int /* error */ | ||
252 | xfs_alloc_lookup_ge( | ||
253 | struct xfs_btree_cur *cur, /* btree cursor */ | ||
254 | xfs_agblock_t bno, /* starting block of extent */ | ||
255 | xfs_extlen_t len, /* length of extent */ | ||
256 | int *stat); /* success/failure */ | ||
257 | |||
251 | int /* error */ | 258 | int /* error */ |
252 | xfs_alloc_get_rec( | 259 | xfs_alloc_get_rec( |
253 | struct xfs_btree_cur *cur, /* btree cursor */ | 260 | struct xfs_btree_cur *cur, /* btree cursor */ |