p_end_fsb 668 fs/xfs/xfs_iomap.c xfs_fileoff_t p_end_fsb; p_end_fsb 671 fs/xfs/xfs_iomap.c p_end_fsb = XFS_B_TO_FSBT(mp, end_offset) + p_end_fsb 676 fs/xfs/xfs_iomap.c p_end_fsb = roundup_64(p_end_fsb, align); p_end_fsb 678 fs/xfs/xfs_iomap.c p_end_fsb = min(p_end_fsb, maxbytes_fsb); p_end_fsb 679 fs/xfs/xfs_iomap.c ASSERT(p_end_fsb > offset_fsb); p_end_fsb 680 fs/xfs/xfs_iomap.c prealloc_blocks = p_end_fsb - end_fsb;