Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_inode_buf.c826 uint32_t extsize, in xfs_inode_validate_extsize() argument
839 extsize_bytes = XFS_FSB_TO_B(mp, extsize); in xfs_inode_validate_extsize()
881 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize()
885 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize()
891 if (extsize > XFS_MAX_BMBT_EXTLEN) in xfs_inode_validate_extsize()
894 if (!rt_flag && extsize > mp->m_sb.sb_agblocks / 2) in xfs_inode_validate_extsize()
H A Dxfs_inode_buf.h35 uint32_t extsize, uint16_t mode, uint16_t flags);
H A Dxfs_fs.h325 __u32 extsize; /* new realtime extent size, fsblocks */ member
/linux-6.15/crypto/
H A Dacompress.c118 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize() local
121 extsize += sizeof(struct crypto_scomp *); in crypto_acomp_extsize()
123 return extsize; in crypto_acomp_extsize()
127 .extsize = crypto_acomp_extsize,
H A Dkpp.c70 .extsize = crypto_alg_extsize,
H A Dsig.c64 .extsize = crypto_alg_extsize,
H A Drng.c89 .extsize = crypto_alg_extsize,
H A Dinternal.h38 unsigned int (*extsize)(struct crypto_alg *alg); member
H A Dakcipher.c87 .extsize = crypto_alg_extsize,
H A Daead.c176 .extsize = crypto_alg_extsize,
H A Dshash.c217 .extsize = crypto_alg_extsize,
H A Dscompress.c362 .extsize = crypto_alg_extsize,
H A Dlskcipher.c284 .extsize = crypto_alg_extsize,
H A Dapi.c504 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
H A Dskcipher.c610 .extsize = crypto_skcipher_extsize,
H A Dahash.c887 .extsize = crypto_ahash_extsize,
/linux-6.15/fs/xfs/
H A Dxfs_rtalloc.c1391 if (mp->m_sb.sb_rblocks > 0 && in->extsize != mp->m_sb.sb_rextsize) in xfs_growfs_rt()
1395 if (XFS_FSB_TO_B(mp, in->extsize) > XFS_MAX_RTEXTSIZE || in xfs_growfs_rt()
1396 XFS_FSB_TO_B(mp, in->extsize) < XFS_MIN_RTEXTSIZE) in xfs_growfs_rt()
1409 !xfs_reflink_supports_rextsize(mp, in->extsize)) in xfs_growfs_rt()
1424 if (in->newblocks < in->extsize) in xfs_growfs_rt()
1429 in->extsize); in xfs_growfs_rt()
1435 in->extsize, &new_rgcount); in xfs_growfs_rt()
1442 in->extsize); in xfs_growfs_rt()
1448 xfs_rtbxlen_t rextents = div_u64(in->newblocks, in->extsize); in xfs_growfs_rt()
1454 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
H A Dxfs_ioctl32.c64 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
/linux-6.15/fs/xfs/scrub/
H A Dtrace.h2404 __field(uint32_t, extsize)
2424 __entry->extsize = be32_to_cpu(dip->di_extsize);
2444 __entry->extsize,