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() 148 xfs_extlen_to_rtxmod(ip->i_mount, ip->i_cowextsize) > 0) { in xfs_inode_item_precommit()
|
| H A D | xfs_ioctl.c | 484 xfs_extlen_to_rtxmod(mp, ip->i_extsize) > 0) { in xfs_fill_fsxattr() 573 xfs_extlen_to_rtxmod(mp, ip->i_extsize)) in xfs_ioctl_setattr_xflags()
|
| H A D | xfs_rtalloc.c | 2115 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 | 2937 if (rt && (temp = xfs_extlen_to_rtxmod(mp, align_alen))) { in xfs_bmap_extsize_align() 2964 align_alen -= xfs_extlen_to_rtxmod(mp, align_alen); in xfs_bmap_extsize_align()
|
| /linux/fs/xfs/scrub/ |
| H A D | rtrefcount.c | 477 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 | 1914 xfs_extlen_to_rtxmod(sc->mp, sc->ip->i_extsize) > 0) { in xrep_inode_extsize()
|