diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/xfs_bmap.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fs/xfs/xfs_bmap.h b/fs/xfs/xfs_bmap.h index f83399c89ce3..8e0d73d9ccc4 100644 --- a/fs/xfs/xfs_bmap.h +++ b/fs/xfs/xfs_bmap.h | |||
@@ -353,10 +353,11 @@ xfs_check_nostate_extents( | |||
353 | xfs_extnum_t num); | 353 | xfs_extnum_t num); |
354 | 354 | ||
355 | /* | 355 | /* |
356 | * Call xfs_bmap_do_search_extents() to search for the extent | 356 | * Search the extent records for the entry containing block bno. |
357 | * record containing block bno. If in multi-level in-core extent | 357 | * If bno lies in a hole, point to the next entry. If bno lies |
358 | * allocation mode, find and extract the target extent buffer, | 358 | * past eof, *eofp will be set, and *prevp will contain the last |
359 | * otherwise just use the direct extent list. | 359 | * entry (null if none). Else, *lastxp will be set to the index |
360 | * of the found entry; *gotp will contain the entry. | ||
360 | */ | 361 | */ |
361 | xfs_bmbt_rec_t * | 362 | xfs_bmbt_rec_t * |
362 | xfs_bmap_search_multi_extents(struct xfs_ifork *, xfs_fileoff_t, int *, | 363 | xfs_bmap_search_multi_extents(struct xfs_ifork *, xfs_fileoff_t, int *, |