Searched refs:extsize (Results 1 – 20 of 20) sorted by relevance
/linux-6.12.1/crypto/ |
D | acompress.c | 88 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize() local 91 extsize += sizeof(struct crypto_scomp *); in crypto_acomp_extsize() 93 return extsize; in crypto_acomp_extsize() 97 .extsize = crypto_acomp_extsize,
|
D | sig.c | 49 .extsize = crypto_alg_extsize,
|
D | kpp.c | 70 .extsize = crypto_alg_extsize,
|
D | rng.c | 89 .extsize = crypto_alg_extsize,
|
D | akcipher.c | 74 .extsize = crypto_alg_extsize,
|
D | aead.c | 175 .extsize = crypto_alg_extsize,
|
D | scompress.c | 266 .extsize = crypto_alg_extsize,
|
D | shash.c | 217 .extsize = crypto_alg_extsize,
|
D | api.c | 511 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
|
D | lskcipher.c | 284 .extsize = crypto_alg_extsize,
|
D | ahash.c | 531 .extsize = crypto_ahash_extsize,
|
D | skcipher.c | 809 .extsize = crypto_skcipher_extsize,
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_inode_buf.c | 703 uint32_t extsize, in xfs_inode_validate_extsize() argument 716 extsize_bytes = XFS_FSB_TO_B(mp, extsize); in xfs_inode_validate_extsize() 758 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize() 762 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize() 768 if (extsize > XFS_MAX_BMBT_EXTLEN) in xfs_inode_validate_extsize() 771 if (!rt_flag && extsize > mp->m_sb.sb_agblocks / 2) in xfs_inode_validate_extsize()
|
D | xfs_inode_buf.h | 32 uint32_t extsize, uint16_t mode, uint16_t flags);
|
D | xfs_fs.h | 317 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
/linux-6.12.1/fs/xfs/ |
D | xfs_rtalloc.c | 904 if (mp->m_sb.sb_rblocks > 0 && in->extsize != mp->m_sb.sb_rextsize) in xfs_growfs_rt() 908 if (XFS_FSB_TO_B(mp, in->extsize) > XFS_MAX_RTEXTSIZE || in xfs_growfs_rt() 909 XFS_FSB_TO_B(mp, in->extsize) < XFS_MIN_RTEXTSIZE) in xfs_growfs_rt() 933 nrextents = div_u64(in->newblocks, in->extsize); in xfs_growfs_rt() 979 error = xfs_growfs_rt_bmblock(mp, in->newblocks, in->extsize, in xfs_growfs_rt() 985 if (old_rextsize != in->extsize) { in xfs_growfs_rt()
|
D | xfs_ioctl32.h | 185 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
D | xfs_ioctl32.c | 64 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
|
/linux-6.12.1/include/crypto/ |
D | algapi.h | 59 unsigned int (*extsize)(struct crypto_alg *alg); member
|
/linux-6.12.1/fs/xfs/scrub/ |
D | trace.h | 2330 __field(uint32_t, extsize) 2350 __entry->extsize = be32_to_cpu(dip->di_extsize); 2370 __entry->extsize,
|