Home
last modified time | relevance | path

Searched refs:xfs_extlen_to_rtxmod (Results 1 – 5 of 5) 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()
148 xfs_extlen_to_rtxmod(ip->i_mount, ip->i_cowextsize) > 0) { in xfs_inode_item_precommit()
H A Dxfs_rtalloc.c2115 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
/linux/fs/xfs/scrub/
H A Drtrefcount.c477 mod = xfs_extlen_to_rtxmod(mp, irec.rc_blockcount); in xchk_rtrefcountbt_rec()
H A Dinode_repair.c1914 xfs_extlen_to_rtxmod(sc->mp, sc->ip->i_extsize) > 0) { in xrep_inode_extsize()