diff options
Diffstat (limited to 'fs/xfs/xfs_ialloc_btree.h')
-rw-r--r-- | fs/xfs/xfs_ialloc_btree.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/fs/xfs/xfs_ialloc_btree.h b/fs/xfs/xfs_ialloc_btree.h index 84554595d281..674b459521f5 100644 --- a/fs/xfs/xfs_ialloc_btree.h +++ b/fs/xfs/xfs_ialloc_btree.h | |||
@@ -136,26 +136,6 @@ extern int xfs_inobt_get_rec(struct xfs_btree_cur *cur, xfs_agino_t *ino, | |||
136 | extern int xfs_inobt_insert(struct xfs_btree_cur *cur, int *stat); | 136 | extern int xfs_inobt_insert(struct xfs_btree_cur *cur, int *stat); |
137 | 137 | ||
138 | /* | 138 | /* |
139 | * Lookup the record equal to ino in the btree given by cur. | ||
140 | */ | ||
141 | extern int xfs_inobt_lookup_eq(struct xfs_btree_cur *cur, xfs_agino_t ino, | ||
142 | __int32_t fcnt, xfs_inofree_t free, int *stat); | ||
143 | |||
144 | /* | ||
145 | * Lookup the first record greater than or equal to ino | ||
146 | * in the btree given by cur. | ||
147 | */ | ||
148 | extern int xfs_inobt_lookup_ge(struct xfs_btree_cur *cur, xfs_agino_t ino, | ||
149 | __int32_t fcnt, xfs_inofree_t free, int *stat); | ||
150 | |||
151 | /* | ||
152 | * Lookup the first record less than or equal to ino | ||
153 | * in the btree given by cur. | ||
154 | */ | ||
155 | extern int xfs_inobt_lookup_le(struct xfs_btree_cur *cur, xfs_agino_t ino, | ||
156 | __int32_t fcnt, xfs_inofree_t free, int *stat); | ||
157 | |||
158 | /* | ||
159 | * Update the record referred to by cur, to the value given | 139 | * Update the record referred to by cur, to the value given |
160 | * by [ino, fcnt, free]. | 140 | * by [ino, fcnt, free]. |
161 | * This either works (return 0) or gets an EFSCORRUPTED error. | 141 | * This either works (return 0) or gets an EFSCORRUPTED error. |