Lines Matching refs:end_fsb
556 xfs_fileoff_t end_fsb = start_fsb + length;
564 if (!xfs_iext_lookup_extent_before(ip, ifp, &end_fsb, &icur, &got))
641 xfs_fileoff_t end_fsb;
652 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)XFS_ISIZE(ip));
654 if (last_fsb <= end_fsb)
656 map_len = last_fsb - end_fsb;
660 error = xfs_bmapi_read(ip, end_fsb, map_len, &imap, &nimaps, 0);
1326 xfs_fileoff_t end_fsb;
1345 end_fsb = XFS_B_TO_FSB(ip->i_mount, i_size_read(VFS_I(ip)));
1346 count_fsb = (xfs_filblks_t)(end_fsb - offset_fsb);