Searched refs:extsize (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/crypto/ |
D | acompress.c | 93 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize() local 96 extsize += sizeof(struct crypto_scomp *); in crypto_acomp_extsize() 98 return extsize; in crypto_acomp_extsize() 102 .extsize = crypto_acomp_extsize,
|
D | kpp.c | 81 .extsize = crypto_alg_extsize,
|
D | akcipher.c | 88 .extsize = crypto_alg_extsize,
|
D | rng.c | 104 .extsize = crypto_alg_extsize,
|
D | scompress.c | 268 .extsize = crypto_alg_extsize,
|
D | aead.c | 172 .extsize = crypto_alg_extsize,
|
D | api.c | 462 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
|
D | ahash.c | 523 .extsize = crypto_ahash_extsize,
|
D | shash.c | 438 .extsize = crypto_alg_extsize,
|
D | skcipher.c | 924 .extsize = crypto_skcipher_extsize,
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_inode_buf.c | 732 uint32_t extsize, in xfs_inode_validate_extsize() argument 745 extsize_bytes = XFS_FSB_TO_B(mp, extsize); in xfs_inode_validate_extsize() 761 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize() 765 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize() 771 if (extsize > MAXEXTLEN) in xfs_inode_validate_extsize() 774 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 | 255 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
/Linux-v4.19/fs/xfs/ |
D | xfs_iomap.h | 22 xfs_extlen_t xfs_eof_alignment(struct xfs_inode *ip, xfs_extlen_t extsize);
|
D | xfs_iomap.c | 68 xfs_extlen_t extsize) in xfs_eof_alignment() argument 95 if (extsize) { in xfs_eof_alignment() 97 align = roundup_64(align, extsize); in xfs_eof_alignment() 99 align = extsize; in xfs_eof_alignment() 108 xfs_extlen_t extsize, in xfs_iomap_eof_align_last_fsb() argument 111 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 | 893 (sbp->sb_rblocks && (in->extsize != sbp->sb_rextsize))) in xfs_growfs_rt() 911 do_div(nrextents, in->extsize); in xfs_growfs_rt() 961 nsbp->sb_rextsize = in->extsize; in xfs_growfs_rt()
|
D | xfs_ioctl32.c | 84 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
|
/Linux-v4.19/net/netfilter/ipset/ |
D | ip_set_hash_gen.h | 554 size_t extsize, dsize = set->dsize; in mtype_resize() local 597 extsize = 0; in mtype_resize() 628 extsize = ext_size(AHASH_INIT_SIZE, dsize); in mtype_resize() 648 extsize += ext_size(AHASH_INIT_SIZE, dsize); in mtype_resize() 662 set->ext_size = extsize; in mtype_resize()
|
/Linux-v4.19/include/crypto/ |
D | algapi.h | 36 unsigned int (*extsize)(struct crypto_alg *alg); member
|