Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c192 .extsize = crypto_alg_extsize,
Dapi.c447 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm_node()
Dahash.c533 .extsize = crypto_ahash_extsize,
Dshash.c495 .extsize = crypto_alg_extsize,
Dskcipher.c736 .extsize = crypto_alg_extsize,
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_inode_buf.c610 uint32_t extsize, in xfs_inode_validate_extsize() argument
623 extsize_bytes = XFS_FSB_TO_B(mp, extsize); in xfs_inode_validate_extsize()
639 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize()
643 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize()
649 if (extsize > MAXEXTLEN) in xfs_inode_validate_extsize()
652 if (!rt_flag && extsize > mp->m_sb.sb_agblocks / 2) in xfs_inode_validate_extsize()
Dxfs_inode_buf.h61 uint32_t extsize, uint16_t mode, uint16_t flags);
Dxfs_fs.h320 __u32 extsize; /* new realtime extent size, fsblocks */ member
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_ioctl32.h209 __u32 extsize; /* new realtime extent size, fsblocks */ member
Dxfs_ioctl32.c77 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
Dxfs_rtalloc.c928 (sbp->sb_rblocks && (in->extsize != sbp->sb_rextsize))) in xfs_growfs_rt()
946 do_div(nrextents, in->extsize); in xfs_growfs_rt()
1001 nsbp->sb_rextsize = in->extsize; in xfs_growfs_rt()
/kernel/linux/linux-5.10/include/crypto/
Dalgapi.h33 unsigned int (*extsize)(struct crypto_alg *alg); member
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch172735 + int basesize = width * height, extsize = 0, quadsize = 0;
172740 + extsize = 0;
172754 + extsize = basesize / 2;
172760 + extsize = basesize;
172764 + extsize = basesize * 2;
172769 + extsize = 0;
172773 + extsize = basesize;
172779 + totalsize = basesize + extsize + padsize;
172783 + psize[1] = extsize;