Searched refs:stop_fsb (Results 1 – 3 of 3) sorted by relevance
1173 xfs_fileoff_t stop_fsb = XFS_B_TO_FSB(mp, offset); in xfs_insert_file_space() local1183 error = xfs_bmap_can_insert_extents(ip, stop_fsb, shift_fsb); in xfs_insert_file_space()1209 error = xfs_bmap_split_extent(tp, ip, stop_fsb); in xfs_insert_file_space()1219 &done, stop_fsb); in xfs_insert_file_space()
210 bool *done, xfs_fileoff_t stop_fsb);
5903 xfs_fileoff_t stop_fsb) in xfs_bmap_insert_extents() argument5937 stop_fsb > got.br_startoff) { in xfs_bmap_insert_extents()5952 if (XFS_IS_CORRUPT(mp, stop_fsb > got.br_startoff)) { in xfs_bmap_insert_extents()5980 stop_fsb >= got.br_startoff + got.br_blockcount) { in xfs_bmap_insert_extents()
Completed in 924 milliseconds