XFS_B_TO_FSBT     408 fs/xfs/linux-2.6/xfs_lrw.c 	last_fsb = XFS_B_TO_FSBT(mp, isize);
XFS_B_TO_FSBT     489 fs/xfs/linux-2.6/xfs_lrw.c 	last_fsb = isize ? XFS_B_TO_FSBT(mp, isize - 1) : (xfs_fileoff_t)-1;
XFS_B_TO_FSBT     491 fs/xfs/linux-2.6/xfs_lrw.c 	end_zero_fsb = XFS_B_TO_FSBT(mp, offset - 1);
XFS_B_TO_FSBT     536 fs/xfs/xfs_dir2.c 	bno = XFS_B_TO_FSBT(mp, space * XFS_DIR2_SPACE_SIZE);
XFS_B_TO_FSBT     116 fs/xfs/xfs_ialloc.c 	     XFS_B_TO_FSBT(args->mp, XFS_INODE_CLUSTER_SIZE(args->mp)))
XFS_B_TO_FSBT     225 fs/xfs/xfs_iomap.c 	offset_fsb = XFS_B_TO_FSBT(mp, offset);
XFS_B_TO_FSBT     433 fs/xfs/xfs_iomap.c 	offset_fsb = XFS_B_TO_FSBT(mp, offset);
XFS_B_TO_FSBT     583 fs/xfs/xfs_iomap.c 	start_fsb = XFS_B_TO_FSBT(mp, ((xfs_ufsize_t)(offset + count - 1)));
XFS_B_TO_FSBT     637 fs/xfs/xfs_iomap.c 	offset_fsb = XFS_B_TO_FSBT(mp, offset);
XFS_B_TO_FSBT     651 fs/xfs/xfs_iomap.c 		ioalign = XFS_B_TO_FSBT(mp, aligned_offset);
XFS_B_TO_FSBT     735 fs/xfs/xfs_iomap.c 	offset_fsb = XFS_B_TO_FSBT(mp, offset);
XFS_B_TO_FSBT     888 fs/xfs/xfs_iomap.c 	offset_fsb = XFS_B_TO_FSBT(mp, offset);
XFS_B_TO_FSBT     834 fs/xfs/xfs_mount.c 	    XFS_B_TO_FSBT(mp, mp->m_inode_cluster_size))
XFS_B_TO_FSBT    3018 fs/xfs/xfs_vnodeops.c 	startoffset_fsb	= XFS_B_TO_FSBT(mp, offset);
XFS_B_TO_FSBT    3202 fs/xfs/xfs_vnodeops.c 		offset_fsb = XFS_B_TO_FSBT(mp, offset);
XFS_B_TO_FSBT    3298 fs/xfs/xfs_vnodeops.c 	endoffset_fsb = XFS_B_TO_FSBT(mp, end_dmi_offset);