Searched refs:extsize (Results 1 – 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
D | acompress.c | 84 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,
|
D | kpp.c | 72 .extsize = crypto_alg_extsize,
|
D | akcipher.c | 80 .extsize = crypto_alg_extsize,
|
D | rng.c | 98 .extsize = crypto_alg_extsize,
|
D | scompress.c | 245 .extsize = crypto_alg_extsize,
|
D | aead.c | 192 .extsize = crypto_alg_extsize,
|
D | api.c | 447 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm_node()
|
D | ahash.c | 533 .extsize = crypto_ahash_extsize,
|
D | shash.c | 495 .extsize = crypto_alg_extsize,
|
D | skcipher.c | 736 .extsize = crypto_alg_extsize,
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_inode_buf.c | 610 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()
|
D | xfs_inode_buf.h | 61 uint32_t extsize, uint16_t mode, uint16_t flags);
|
D | xfs_fs.h | 320 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_ioctl32.h | 209 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
D | xfs_ioctl32.c | 77 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
|
D | xfs_rtalloc.c | 928 (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/ |
D | algapi.h | 33 unsigned int (*extsize)(struct crypto_alg *alg); member
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 172735 + 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;
|