Home
last modified time | relevance | path

Searched refs:extsize (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/crypto/
Dacompress.c93 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,
Dkpp.c81 .extsize = crypto_alg_extsize,
Dakcipher.c88 .extsize = crypto_alg_extsize,
Drng.c104 .extsize = crypto_alg_extsize,
Dscompress.c268 .extsize = crypto_alg_extsize,
Daead.c172 .extsize = crypto_alg_extsize,
Dapi.c462 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
Dahash.c523 .extsize = crypto_ahash_extsize,
Dshash.c438 .extsize = crypto_alg_extsize,
Dskcipher.c924 .extsize = crypto_skcipher_extsize,
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_inode_buf.c732 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()
Dxfs_inode_buf.h76 uint32_t extsize, uint16_t mode, uint16_t flags);
Dxfs_fs.h255 __u32 extsize; /* new realtime extent size, fsblocks */ member
/Linux-v4.19/fs/xfs/
Dxfs_iomap.h22 xfs_extlen_t xfs_eof_alignment(struct xfs_inode *ip, xfs_extlen_t extsize);
Dxfs_iomap.c68 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()
Dxfs_ioctl32.h218 __u32 extsize; /* new realtime extent size, fsblocks */ member
Dxfs_rtalloc.c893 (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()
Dxfs_ioctl32.c84 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
/Linux-v4.19/net/netfilter/ipset/
Dip_set_hash_gen.h554 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/
Dalgapi.h36 unsigned int (*extsize)(struct crypto_alg *alg); member