Searched refs:extsize (Results 1 – 20 of 20) sorted by relevance
| /Linux-v5.4/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 | 72 .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 | 202 .extsize = crypto_alg_extsize,
|
| D | api.c | 457 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
|
| D | shash.c | 435 .extsize = crypto_alg_extsize,
|
| D | ahash.c | 546 .extsize = crypto_ahash_extsize,
|
| D | skcipher.c | 968 .extsize = crypto_skcipher_extsize,
|
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_inode_buf.c | 730 uint32_t extsize, in xfs_inode_validate_extsize() argument 743 extsize_bytes = XFS_FSB_TO_B(mp, extsize); in xfs_inode_validate_extsize() 759 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize() 763 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize() 769 if (extsize > MAXEXTLEN) in xfs_inode_validate_extsize() 772 if (!rt_flag && extsize > mp->m_sb.sb_agblocks / 2) in xfs_inode_validate_extsize()
|
| D | xfs_inode_buf.h | 76 uint32_t extsize, uint16_t mode, uint16_t flags);
|
| D | xfs_fs.h | 319 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_iomap.h | 20 xfs_extlen_t xfs_eof_alignment(struct xfs_inode *ip, xfs_extlen_t extsize);
|
| D | xfs_iomap.c | 109 xfs_extlen_t extsize) in xfs_eof_alignment() argument 136 if (extsize) { in xfs_eof_alignment() 138 align = roundup_64(align, extsize); in xfs_eof_alignment() 140 align = extsize; in xfs_eof_alignment() 149 xfs_extlen_t extsize, in xfs_iomap_eof_align_last_fsb() argument 152 xfs_extlen_t align = xfs_eof_alignment(ip, extsize); in xfs_iomap_eof_align_last_fsb()
|
| D | xfs_ioctl32.h | 218 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
| D | xfs_rtalloc.c | 911 (sbp->sb_rblocks && (in->extsize != sbp->sb_rextsize))) in xfs_growfs_rt() 929 do_div(nrextents, in->extsize); in xfs_growfs_rt() 984 nsbp->sb_rextsize = in->extsize; in xfs_growfs_rt()
|
| D | xfs_ioctl32.c | 77 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
|
| /Linux-v5.4/net/netfilter/ipset/ |
| D | ip_set_hash_gen.h | 550 size_t extsize, dsize = set->dsize; in mtype_resize() local 593 extsize = 0; in mtype_resize() 624 extsize += ext_size(AHASH_INIT_SIZE, dsize); in mtype_resize() 644 extsize += ext_size(AHASH_INIT_SIZE, dsize); in mtype_resize() 658 set->ext_size = extsize; in mtype_resize()
|
| /Linux-v5.4/include/crypto/ |
| D | algapi.h | 33 unsigned int (*extsize)(struct crypto_alg *alg); member
|