Searched refs:xfs_extlen_to_rtxmod (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_inode_item.c | 141 xfs_extlen_to_rtxmod(ip->i_mount, ip->i_extsize) > 0) { in xfs_inode_item_precommit() 168 xfs_extlen_to_rtxmod(ip->i_mount, ip->i_cowextsize) > 0) { in xfs_inode_item_precommit()
|
H A D | xfs_ioctl.c | 463 xfs_extlen_to_rtxmod(mp, ip->i_extsize) > 0) { in xfs_fill_fsxattr() 555 xfs_extlen_to_rtxmod(mp, ip->i_extsize)) in xfs_ioctl_setattr_xflags()
|
H A D | xfs_rtalloc.c | 2044 ASSERT(xfs_extlen_to_rtxmod(mp, ap->length) == 0); in xfs_rtallocate_align()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_rtbitmap.h | 71 xfs_extlen_to_rtxmod( in xfs_extlen_to_rtxmod() function
|
H A D | xfs_bmap.c | 3087 if (rt && (temp = xfs_extlen_to_rtxmod(mp, align_alen))) { in xfs_bmap_extsize_align() 3114 align_alen -= xfs_extlen_to_rtxmod(mp, align_alen); in xfs_bmap_extsize_align()
|
/linux/fs/xfs/scrub/ |
H A D | rtrefcount.c | 478 mod = xfs_extlen_to_rtxmod(mp, irec.rc_blockcount); in xchk_rtrefcountbt_rec()
|
H A D | inode.c | 259 xfs_extlen_to_rtxmod(sc->mp, value) > 0) in xchk_inode_extsize()
|
H A D | inode_repair.c | 1913 xfs_extlen_to_rtxmod(sc->mp, sc->ip->i_extsize) > 0) { in xrep_inode_extsize()
|