Searched refs:startoffset_fsb (Results 1 – 1 of 1) sorted by relevance
940 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space() local970 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space()983 s = startoffset_fsb; in xfs_alloc_file_space()986 e = startoffset_fsb + allocatesize_fsb; in xfs_alloc_file_space()987 if ((temp = do_mod(startoffset_fsb, extsz))) in xfs_alloc_file_space()1041 error = xfs_bmapi_write(tp, ip, startoffset_fsb, in xfs_alloc_file_space()1069 startoffset_fsb += allocated_fsb; in xfs_alloc_file_space()1186 xfs_fileoff_t startoffset_fsb; in xfs_free_file_space() local1201 startoffset_fsb = XFS_B_TO_FSB(mp, offset); in xfs_free_file_space()1224 error = xfs_bmapi_read(ip, startoffset_fsb, 1, in xfs_free_file_space()[all …]