Home
last modified time | relevance | path

Searched refs:xfs_extlen_to_rtxmod (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode_item.c141 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 Dxfs_ioctl.c463 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 Dxfs_rtalloc.c2044 ASSERT(xfs_extlen_to_rtxmod(mp, ap->length) == 0); in xfs_rtallocate_align()
/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h71 xfs_extlen_to_rtxmod( in xfs_extlen_to_rtxmod() function
H A Dxfs_bmap.c3087 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 Drtrefcount.c478 mod = xfs_extlen_to_rtxmod(mp, irec.rc_blockcount); in xchk_rtrefcountbt_rec()
H A Dinode.c259 xfs_extlen_to_rtxmod(sc->mp, value) > 0) in xchk_inode_extsize()
H A Dinode_repair.c1913 xfs_extlen_to_rtxmod(sc->mp, sc->ip->i_extsize) > 0) { in xrep_inode_extsize()