Lines Matching refs:startoffset_fsb
963 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space() local
993 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() local
1239 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()
1274 startoffset_fsb += mp->m_sb.sb_rextsize - mod; in xfs_free_file_space()
1289 if ((done = (endoffset_fsb <= startoffset_fsb))) in xfs_free_file_space()
1298 if (offset < XFS_FSB_TO_B(mp, startoffset_fsb)) in xfs_free_file_space()
1300 XFS_FSB_TO_B(mp, startoffset_fsb) - 1); in xfs_free_file_space()
1346 error = xfs_bunmapi(tp, ip, startoffset_fsb, in xfs_free_file_space()
1347 endoffset_fsb - startoffset_fsb, in xfs_free_file_space()