Home
last modified time | relevance | path

Searched refs:extsize (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c830 uint32_t extsize, in xfs_inode_validate_extsize() argument
843 extsize_bytes = XFS_FSB_TO_B(mp, extsize); in xfs_inode_validate_extsize()
885 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize()
888 /* free inodes get flags set to zero but extsize remains */ in xfs_inode_validate_extsize()
889 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize()
895 if (extsize > XFS_MAX_BMBT_EXTLEN) in xfs_inode_validate_extsize()
898 if (!rt_flag && extsize > mp->m_sb.sb_agblocks / 2) in xfs_inode_validate_extsize()
/linux/fs/xfs/
H A Dxfs_rtalloc.c1429 if (mp->m_sb.sb_rblocks > 0 && in->extsize != mp->m_sb.sb_rextsize) in xfs_growfs_rt()
1433 if (XFS_FSB_TO_B(mp, in->extsize) > XFS_MAX_RTEXTSIZE || in xfs_growfs_rt()
1434 XFS_FSB_TO_B(mp, in->extsize) < XFS_MIN_RTEXTSIZE) in xfs_growfs_rt()
1447 !xfs_reflink_supports_rextsize(mp, in->extsize)) in xfs_growfs_rt()
1462 if (in->newblocks < in->extsize) in xfs_growfs_rt()
1467 in->extsize); in xfs_growfs_rt()
1473 in->extsize, &new_rgcount); in xfs_growfs_rt()
1480 in->extsize); in xfs_growfs_rt()
1486 xfs_rtbxlen_t rextents = div_u64(in->newblocks, in->extsize); in xfs_growfs_rt()
1492 error = xfs_growfs_rtg(mp, rgno, in->newblocks, in->extsize); in xfs_growfs_rt()
[all...]
H A Dxfs_ioctl32.h185 __u32 extsize; /* new realtime extent size, fsblocks */ member
/linux/crypto/
H A Dapi.c504 size = frontend->tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
/linux/fs/xfs/scrub/
H A Dtrace.h2441 __field(uint32_t, extsize)
2461 __entry->extsize = be32_to_cpu(dip->di_extsize);
2471 TP_printk("dev %d:%d ino 0x%llx mode 0x%x version %u format %u uid %u gid %u disize 0x%llx nblocks 0x%llx extsize %u nextents %u anextents %u forkoff 0x%x aformat %u flags 0x%x gen 0x%x flags2 0x%llx cowextsize %u",
2481 __entry->extsize,