Searched refs:extsz (Results 1 – 3 of 3) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_bmap_util.c | 638 xfs_extlen_t extsz, temp; in xfs_alloc_file_space() local 662 extsz = xfs_get_extsz_hint(ip); in xfs_alloc_file_space() 681 if (unlikely(extsz)) { in xfs_alloc_file_space() 683 do_div(s, extsz); in xfs_alloc_file_space() 684 s *= extsz; in xfs_alloc_file_space() 686 div_u64_rem(startoffset_fsb, extsz, &temp); in xfs_alloc_file_space() 689 div_u64_rem(e, extsz, &temp); in xfs_alloc_file_space() 691 e += extsz - temp; in xfs_alloc_file_space()
|
H A D | xfs_bmap_util.h | 47 struct xfs_bmbt_irec *prevp, xfs_extlen_t extsz,
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 2971 xfs_extlen_t extsz, /* align to this extent size */ in xfs_bmap_extsize_align() argument 3012 div_u64_rem(orig_off, extsz, &temp); in xfs_bmap_extsize_align() 3019 temp = (align_alen % extsz); in xfs_bmap_extsize_align() 3021 align_alen += extsz - temp; in xfs_bmap_extsize_align() 3032 align_alen -= extsz; in xfs_bmap_extsize_align() 3125 align_alen + extsz > XFS_MAX_BMBT_EXTLEN); in xfs_bmap_extsize_align() 4099 xfs_extlen_t extsz = xfs_get_cowextsz_hint(ip); in xfs_bmapi_reserve_delalloc() local 4104 error = xfs_bmap_extsize_align(mp, got, &prev, extsz, 0, eof, in xfs_bmapi_reserve_delalloc()
|