Searched refs:stop_fsb (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap.h | 229 int *done, xfs_fileoff_t stop_fsb, xfs_fsblock_t *firstblock,
|
D | xfs_bmap.c | 5656 xfs_fileoff_t stop_fsb, in xfs_bmap_shift_extents() argument 5725 if (stop_fsb > *next_fsb) { in xfs_bmap_shift_extents() 5733 gotp = xfs_iext_bno_to_ext(ifp, stop_fsb, &stop_extent); in xfs_bmap_shift_extents()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_bmap_util.c | 1438 xfs_fileoff_t stop_fsb; in xfs_shift_file_space() local 1446 stop_fsb = XFS_B_TO_FSB(mp, VFS_I(ip)->i_size); in xfs_shift_file_space() 1453 stop_fsb = XFS_B_TO_FSB(mp, offset); in xfs_shift_file_space() 1487 error = xfs_bmap_split_extent(ip, stop_fsb); in xfs_shift_file_space() 1524 &done, stop_fsb, &first_block, &free_list, in xfs_shift_file_space()
|