Searched refs:startoffset_fsb (Results 1 – 1 of 1) sorted by relevance
963 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space() local993 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space()1006 s = startoffset_fsb; in xfs_alloc_file_space()1009 e = startoffset_fsb + allocatesize_fsb; in xfs_alloc_file_space()1010 if ((temp = do_mod(startoffset_fsb, extsz))) in xfs_alloc_file_space()1064 error = xfs_bmapi_write(tp, ip, startoffset_fsb, in xfs_alloc_file_space()1092 startoffset_fsb += allocated_fsb; in xfs_alloc_file_space()1224 xfs_fileoff_t startoffset_fsb; in xfs_free_file_space() local1239 startoffset_fsb = XFS_B_TO_FSB(mp, offset); in xfs_free_file_space()1262 error = xfs_bmapi_read(ip, startoffset_fsb, 1, in xfs_free_file_space()[all …]