startoffset_fsb 866 fs/xfs/xfs_bmap_util.c xfs_fileoff_t startoffset_fsb; startoffset_fsb 894 fs/xfs/xfs_bmap_util.c startoffset_fsb = XFS_B_TO_FSBT(mp, offset); startoffset_fsb 896 fs/xfs/xfs_bmap_util.c allocatesize_fsb = endoffset_fsb - startoffset_fsb; startoffset_fsb 908 fs/xfs/xfs_bmap_util.c s = startoffset_fsb; startoffset_fsb 911 fs/xfs/xfs_bmap_util.c e = startoffset_fsb + allocatesize_fsb; startoffset_fsb 912 fs/xfs/xfs_bmap_util.c div_u64_rem(startoffset_fsb, extsz, &temp); startoffset_fsb 966 fs/xfs/xfs_bmap_util.c error = xfs_bmapi_write(tp, ip, startoffset_fsb, startoffset_fsb 987 fs/xfs/xfs_bmap_util.c startoffset_fsb += allocated_fsb; startoffset_fsb 1005 fs/xfs/xfs_bmap_util.c xfs_fileoff_t startoffset_fsb, startoffset_fsb 1028 fs/xfs/xfs_bmap_util.c error = xfs_bunmapi(tp, ip, startoffset_fsb, len_fsb, 0, 2, done); startoffset_fsb 1074 fs/xfs/xfs_bmap_util.c xfs_fileoff_t startoffset_fsb; startoffset_fsb 1091 fs/xfs/xfs_bmap_util.c startoffset_fsb = XFS_B_TO_FSB(mp, offset); startoffset_fsb 1097 fs/xfs/xfs_bmap_util.c if (endoffset_fsb > startoffset_fsb) { startoffset_fsb 1099 fs/xfs/xfs_bmap_util.c error = xfs_unmap_extent(ip, startoffset_fsb, startoffset_fsb 1100 fs/xfs/xfs_bmap_util.c endoffset_fsb - startoffset_fsb, &done);