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()
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.c1421 if (mp->m_sb.sb_rblocks > 0 && in->extsize != mp->m_sb.sb_rextsize) in xfs_growfs_rt()
1425 if (XFS_FSB_TO_B(mp, in->extsize) > XFS_MAX_RTEXTSIZE || in xfs_growfs_rt()
1426 XFS_FSB_TO_B(mp, in->extsize) < XFS_MIN_RTEXTSIZE) in xfs_growfs_rt()
1439 !xfs_reflink_supports_rextsize(mp, in->extsize)) in xfs_growfs_rt()
1454 if (in->newblocks < in->extsize) in xfs_growfs_rt()
1459 in->extsize); in xfs_growfs_rt()
1465 in->extsize, &new_rgcount); in xfs_growfs_rt()
1472 in->extsize); in xfs_growfs_rt()
1478 xfs_rtbxlen_t rextents = div_u64(in->newblocks, in->extsize); in xfs_growfs_rt()
1484 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.c513 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
/linux/fs/xfs/scrub/
H A Dtrace.h2449 __field(uint32_t, extsize)
2469 __entry->extsize = be32_to_cpu(dip->di_extsize);
2489 __entry->extsize,