Searched refs:next_fsb (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_bmap.h | 213 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, 218 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb,
|
| A D | xfs_bmap.c | 5861 xfs_fileoff_t *next_fsb, in xfs_bmap_collapse_extents() argument 5893 if (!xfs_iext_lookup_extent(ip, ifp, *next_fsb, &icur, &got)) { in xfs_bmap_collapse_extents() 5936 *next_fsb = got.br_startoff; in xfs_bmap_collapse_extents() 5975 xfs_fileoff_t *next_fsb, in xfs_bmap_insert_extents() argument 6008 if (*next_fsb == NULLFSBLOCK) { in xfs_bmap_insert_extents() 6016 if (!xfs_iext_lookup_extent(ip, ifp, *next_fsb, &icur, &got)) { in xfs_bmap_insert_extents() 6061 *next_fsb = got.br_startoff; in xfs_bmap_insert_extents()
|
| /linux/fs/xfs/ |
| A D | xfs_bmap_util.c | 980 xfs_fileoff_t next_fsb = XFS_B_TO_FSB(mp, offset + len); in xfs_collapse_file_space() local 1004 error = xfs_bmap_collapse_extents(tp, ip, &next_fsb, shift_fsb, in xfs_collapse_file_space() 1049 xfs_fileoff_t next_fsb = NULLFSBLOCK; in xfs_insert_file_space() local 1092 error = xfs_bmap_insert_extents(tp, ip, &next_fsb, shift_fsb, in xfs_insert_file_space()
|
Completed in 14 milliseconds