Lines Matching refs:startoffset_fsb
940 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space() local
970 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() local
1201 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()
1236 startoffset_fsb += mp->m_sb.sb_rextsize - mod; in xfs_free_file_space()
1251 if ((done = (endoffset_fsb <= startoffset_fsb))) in xfs_free_file_space()
1260 if (offset < XFS_FSB_TO_B(mp, startoffset_fsb)) in xfs_free_file_space()
1262 XFS_FSB_TO_B(mp, startoffset_fsb) - 1); in xfs_free_file_space()
1308 error = xfs_bunmapi(tp, ip, startoffset_fsb, in xfs_free_file_space()
1309 endoffset_fsb - startoffset_fsb, in xfs_free_file_space()