extsize            84 crypto/acompress.c 	int extsize = crypto_alg_extsize(alg);
extsize            87 crypto/acompress.c 		extsize += sizeof(struct crypto_scomp *);
extsize            89 crypto/acompress.c 	return extsize;
extsize            93 crypto/acompress.c 	.extsize = crypto_acomp_extsize,
extsize           202 crypto/aead.c  	.extsize = crypto_alg_extsize,
extsize           546 crypto/ahash.c 	.extsize = crypto_ahash_extsize,
extsize            80 crypto/akcipher.c 	.extsize = crypto_alg_extsize,
extsize           458 crypto/api.c   	total = tfmsize + sizeof(*tfm) + frontend->extsize(alg);
extsize            72 crypto/kpp.c   	.extsize = crypto_alg_extsize,
extsize           102 crypto/rng.c   	.extsize = crypto_alg_extsize,
extsize           245 crypto/scompress.c 	.extsize = crypto_alg_extsize,
extsize           435 crypto/shash.c 	.extsize = crypto_alg_extsize,
extsize           968 crypto/skcipher.c 	.extsize = crypto_skcipher_extsize,
extsize           319 fs/xfs/libxfs/xfs_fs.h 	__u32		extsize;	/* new realtime extent size, fsblocks */
extsize           730 fs/xfs/libxfs/xfs_inode_buf.c 	uint32_t			extsize,
extsize           743 fs/xfs/libxfs/xfs_inode_buf.c 	extsize_bytes = XFS_FSB_TO_B(mp, extsize);
extsize           759 fs/xfs/libxfs/xfs_inode_buf.c 	if ((hint_flag || inherit_flag) && extsize == 0)
extsize           763 fs/xfs/libxfs/xfs_inode_buf.c 	if (mode && !(hint_flag || inherit_flag) && extsize != 0)
extsize           769 fs/xfs/libxfs/xfs_inode_buf.c 	if (extsize > MAXEXTLEN)
extsize           772 fs/xfs/libxfs/xfs_inode_buf.c 	if (!rt_flag && extsize > mp->m_sb.sb_agblocks / 2)
extsize            76 fs/xfs/libxfs/xfs_inode_buf.h 		uint32_t extsize, uint16_t mode, uint16_t flags);
extsize            77 fs/xfs/xfs_ioctl32.c 	    get_user(in->extsize,   &arg32->extsize))
extsize           218 fs/xfs/xfs_ioctl32.h 	__u32		extsize;	/* new realtime extent size, fsblocks */
extsize           109 fs/xfs/xfs_iomap.c 	xfs_extlen_t		extsize)
extsize           136 fs/xfs/xfs_iomap.c 	if (extsize) {
extsize           138 fs/xfs/xfs_iomap.c 			align = roundup_64(align, extsize);
extsize           140 fs/xfs/xfs_iomap.c 			align = extsize;
extsize           149 fs/xfs/xfs_iomap.c 	xfs_extlen_t		extsize,
extsize           152 fs/xfs/xfs_iomap.c 	xfs_extlen_t		align = xfs_eof_alignment(ip, extsize);
extsize            20 fs/xfs/xfs_iomap.h xfs_extlen_t xfs_eof_alignment(struct xfs_inode *ip, xfs_extlen_t extsize);
extsize           911 fs/xfs/xfs_rtalloc.c 	    (sbp->sb_rblocks && (in->extsize != sbp->sb_rextsize)))
extsize           929 fs/xfs/xfs_rtalloc.c 	do_div(nrextents, in->extsize);
extsize           984 fs/xfs/xfs_rtalloc.c 		nsbp->sb_rextsize = in->extsize;
extsize            33 include/crypto/algapi.h 	unsigned int (*extsize)(struct crypto_alg *alg);