Searched refs:stop_fsb (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.h | 220 int *done, xfs_fileoff_t stop_fsb, xfs_fsblock_t *firstblock,
|
D | xfs_bmap.c | 5617 xfs_fileoff_t stop_fsb, in xfs_bmap_shift_extents() argument 5686 if (stop_fsb > *next_fsb) { in xfs_bmap_shift_extents() 5694 gotp = xfs_iext_bno_to_ext(ifp, stop_fsb, &stop_extent); in xfs_bmap_shift_extents()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_bmap_util.c | 1400 xfs_fileoff_t stop_fsb; in xfs_shift_file_space() local 1408 stop_fsb = XFS_B_TO_FSB(mp, VFS_I(ip)->i_size); in xfs_shift_file_space() 1415 stop_fsb = XFS_B_TO_FSB(mp, offset); in xfs_shift_file_space() 1449 error = xfs_bmap_split_extent(ip, stop_fsb); in xfs_shift_file_space() 1486 &done, stop_fsb, &first_block, &free_list, in xfs_shift_file_space()
|