Lines Matching refs:end_fsb

513 	xfs_fileoff_t		end_fsb;  in xfs_file_iomap_begin_delay()  local
546 end_fsb = min(XFS_B_TO_FSB(mp, offset + count), in xfs_file_iomap_begin_delay()
548 xfs_trim_extent(&got, offset_fsb, end_fsb - offset_fsb); in xfs_file_iomap_begin_delay()
572 end_fsb = min(XFS_B_TO_FSB(mp, offset + count), maxbytes_fsb); in xfs_file_iomap_begin_delay()
592 prealloc_blocks = p_end_fsb - end_fsb; in xfs_file_iomap_begin_delay()
598 end_fsb - offset_fsb, prealloc_blocks, &got, &icur, in xfs_file_iomap_begin_delay()
660 xfs_fileoff_t end_fsb, map_start_fsb; in xfs_iomap_write_allocate() local
742 end_fsb = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_iomap_write_allocate()
748 last_block = XFS_FILEOFF_MAX(last_block, end_fsb); in xfs_iomap_write_allocate()
1004 xfs_fileoff_t offset_fsb, end_fsb; in xfs_file_iomap_begin() local
1032 end_fsb = XFS_B_TO_FSB(mp, offset + length); in xfs_file_iomap_begin()
1034 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, &imap, in xfs_file_iomap_begin()
1073 end_fsb = imap.br_startoff + imap.br_blockcount; in xfs_file_iomap_begin()
1074 length = XFS_FSB_TO_B(mp, end_fsb) - offset; in xfs_file_iomap_begin()
1147 xfs_fileoff_t end_fsb; in xfs_file_iomap_end_delalloc() local
1168 end_fsb = XFS_B_TO_FSB(mp, offset + length); in xfs_file_iomap_end_delalloc()
1178 if ((iomap->flags & IOMAP_F_NEW) && start_fsb < end_fsb) { in xfs_file_iomap_end_delalloc()
1180 XFS_FSB_TO_B(mp, end_fsb) - 1); in xfs_file_iomap_end_delalloc()
1183 end_fsb - start_fsb); in xfs_file_iomap_end_delalloc()
1225 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, offset + length); in xfs_xattr_iomap_begin() local
1242 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, &imap, in xfs_xattr_iomap_begin()