Searched refs:startoffset_fsb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_bmap_util.c | 727 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space() local 755 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space() 757 allocatesize_fsb = endoffset_fsb - startoffset_fsb; in xfs_alloc_file_space() 769 s = startoffset_fsb; in xfs_alloc_file_space() 772 e = startoffset_fsb + allocatesize_fsb; in xfs_alloc_file_space() 773 div_u64_rem(startoffset_fsb, extsz, &temp); in xfs_alloc_file_space() 824 error = xfs_bmapi_write(tp, ip, startoffset_fsb, in xfs_alloc_file_space() 845 startoffset_fsb += allocated_fsb; in xfs_alloc_file_space() 863 xfs_fileoff_t startoffset_fsb, in xfs_unmap_extent() 886 error = xfs_bunmapi(tp, ip, startoffset_fsb, len_fs in xfs_unmap_extent() 861 xfs_unmap_extent( struct xfs_inode *ip, xfs_fileoff_t startoffset_fsb, xfs_filblks_t len_fsb, int *done) xfs_unmap_extent() argument 930 xfs_fileoff_t startoffset_fsb; xfs_free_file_space() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_bmap_util.c | 785 xfs_fileoff_t startoffset_fsb; in xfs_alloc_file_space() local 809 startoffset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_alloc_file_space() 811 allocatesize_fsb = endoffset_fsb - startoffset_fsb; in xfs_alloc_file_space() 825 s = startoffset_fsb; in xfs_alloc_file_space() 828 e = startoffset_fsb + allocatesize_fsb; in xfs_alloc_file_space() 829 div_u64_rem(startoffset_fsb, extsz, &temp); in xfs_alloc_file_space() 871 error = xfs_bmapi_write(tp, ip, startoffset_fsb, in xfs_alloc_file_space() 891 * startoffset_fsb so that one of the following allocations in xfs_alloc_file_space() 895 startoffset_fsb += imapp->br_blockcount; in xfs_alloc_file_space() 911 xfs_fileoff_t startoffset_fsb, in xfs_unmap_extent() 909 xfs_unmap_extent( struct xfs_inode *ip, xfs_fileoff_t startoffset_fsb, xfs_filblks_t len_fsb, int *done) xfs_unmap_extent() argument 976 xfs_fileoff_t startoffset_fsb; xfs_free_file_space() local [all...] |
Completed in 3 milliseconds