last_fsb          781 fs/xfs/xfs_bmap_util.c 	xfs_fileoff_t		last_fsb;
last_fsb          792 fs/xfs/xfs_bmap_util.c 	last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes);
last_fsb          793 fs/xfs/xfs_bmap_util.c 	if (last_fsb <= end_fsb)
last_fsb          795 fs/xfs/xfs_bmap_util.c 	map_len = last_fsb - end_fsb;
last_fsb          150 fs/xfs/xfs_iomap.c 	xfs_fileoff_t		*last_fsb)
last_fsb          155 fs/xfs/xfs_iomap.c 		xfs_fileoff_t	new_last_fsb = roundup_64(*last_fsb, align);
last_fsb          162 fs/xfs/xfs_iomap.c 			*last_fsb = new_last_fsb;
last_fsb          177 fs/xfs/xfs_iomap.c 	xfs_fileoff_t	last_fsb;
last_fsb          197 fs/xfs/xfs_iomap.c 	last_fsb = XFS_B_TO_FSB(mp, ((xfs_ufsize_t)(offset + count)));
last_fsb          208 fs/xfs/xfs_iomap.c 		error = xfs_iomap_eof_align_last_fsb(ip, extsz, &last_fsb);
last_fsb          213 fs/xfs/xfs_iomap.c 			last_fsb = min(last_fsb, (xfs_fileoff_t)
last_fsb          217 fs/xfs/xfs_iomap.c 	count_fsb = last_fsb - offset_fsb;