Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dacompress.c84 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,
Dkpp.c72 .extsize = crypto_alg_extsize,
Dakcipher.c80 .extsize = crypto_alg_extsize,
Drng.c98 .extsize = crypto_alg_extsize,
Dscompress.c245 .extsize = crypto_alg_extsize,
Daead.c202 .extsize = crypto_alg_extsize,
Dapi.c457 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
Dshash.c435 .extsize = crypto_alg_extsize,
Dahash.c546 .extsize = crypto_ahash_extsize,
Dskcipher.c968 .extsize = crypto_skcipher_extsize,
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_inode_buf.c730 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()
Dxfs_inode_buf.h76 uint32_t extsize, uint16_t mode, uint16_t flags);
Dxfs_fs.h319 __u32 extsize; /* new realtime extent size, fsblocks */ member
/Linux-v5.4/fs/xfs/
Dxfs_iomap.h20 xfs_extlen_t xfs_eof_alignment(struct xfs_inode *ip, xfs_extlen_t extsize);
Dxfs_iomap.c109 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()
Dxfs_ioctl32.h218 __u32 extsize; /* new realtime extent size, fsblocks */ member
Dxfs_rtalloc.c911 (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()
Dxfs_ioctl32.c77 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
/Linux-v5.4/net/netfilter/ipset/
Dip_set_hash_gen.h550 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/
Dalgapi.h33 unsigned int (*extsize)(struct crypto_alg *alg); member