Searched refs:extsize (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.1/crypto/ |
D | acompress.c | 84 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize() local 87 extsize += sizeof(struct crypto_scomp *); in crypto_acomp_extsize() 89 return extsize; in crypto_acomp_extsize() 93 .extsize = crypto_acomp_extsize,
|
D | kpp.c | 79 .extsize = crypto_alg_extsize,
|
D | akcipher.c | 80 .extsize = crypto_alg_extsize,
|
D | rng.c | 98 .extsize = crypto_alg_extsize,
|
D | scompress.c | 245 .extsize = crypto_alg_extsize,
|
D | aead.c | 192 .extsize = crypto_alg_extsize,
|
D | api.c | 502 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm_node()
|
D | ahash.c | 533 .extsize = crypto_ahash_extsize,
|
D | shash.c | 495 .extsize = crypto_alg_extsize,
|
D | skcipher.c | 731 .extsize = crypto_alg_extsize,
|
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_inode_buf.c | 644 uint32_t extsize, in xfs_inode_validate_extsize() argument 657 extsize_bytes = XFS_FSB_TO_B(mp, extsize); in xfs_inode_validate_extsize() 699 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize() 703 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize() 709 if (extsize > XFS_MAX_BMBT_EXTLEN) in xfs_inode_validate_extsize() 712 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 | 309 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
/Linux-v6.1/fs/xfs/ |
D | xfs_rtalloc.c | 948 if (sbp->sb_rblocks > 0 && in->extsize != sbp->sb_rextsize) in xfs_growfs_rt() 952 if (XFS_FSB_TO_B(mp, in->extsize) > XFS_MAX_RTEXTSIZE || in xfs_growfs_rt() 953 XFS_FSB_TO_B(mp, in->extsize) < XFS_MIN_RTEXTSIZE) in xfs_growfs_rt() 978 do_div(nrextents, in->extsize); in xfs_growfs_rt() 1034 nsbp->sb_rextsize = in->extsize; in xfs_growfs_rt()
|
D | xfs_ioctl32.h | 185 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
D | xfs_ioctl32.c | 63 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
|
/Linux-v6.1/include/crypto/ |
D | algapi.h | 38 unsigned int (*extsize)(struct crypto_alg *alg); member
|