Searched refs:extsize (Results 1 – 20 of 20) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_inode_buf.c | 826 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 D | xfs_inode_buf.h | 35 uint32_t extsize, uint16_t mode, uint16_t flags);
|
| H A D | xfs_fs.h | 325 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
| /linux-6.15/crypto/ |
| H A D | acompress.c | 118 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 D | kpp.c | 70 .extsize = crypto_alg_extsize,
|
| H A D | sig.c | 64 .extsize = crypto_alg_extsize,
|
| H A D | rng.c | 89 .extsize = crypto_alg_extsize,
|
| H A D | internal.h | 38 unsigned int (*extsize)(struct crypto_alg *alg); member
|
| H A D | akcipher.c | 87 .extsize = crypto_alg_extsize,
|
| H A D | aead.c | 176 .extsize = crypto_alg_extsize,
|
| H A D | shash.c | 217 .extsize = crypto_alg_extsize,
|
| H A D | scompress.c | 362 .extsize = crypto_alg_extsize,
|
| H A D | lskcipher.c | 284 .extsize = crypto_alg_extsize,
|
| H A D | api.c | 504 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
|
| H A D | skcipher.c | 610 .extsize = crypto_skcipher_extsize,
|
| H A D | ahash.c | 887 .extsize = crypto_ahash_extsize,
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_rtalloc.c | 1391 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 D | xfs_ioctl32.h | 185 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
| H A D | xfs_ioctl32.c | 64 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | trace.h | 2404 __field(uint32_t, extsize) 2424 __entry->extsize = be32_to_cpu(dip->di_extsize); 2444 __entry->extsize,
|