Searched refs:extsize (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/crypto/ |
H A D | acompress.c | 88 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize() local 91 extsize += sizeof(struct crypto_scomp *); in crypto_acomp_extsize() 93 return extsize; in crypto_acomp_extsize() 123 .extsize = crypto_acomp_extsize,
|
H A D | sig.c | 59 .extsize = crypto_alg_extsize,
|
H A D | kpp.c | 93 .extsize = crypto_alg_extsize,
|
H A D | rng.c | 116 .extsize = crypto_alg_extsize,
|
H A D | scompress.c | 244 .extsize = crypto_alg_extsize,
|
H A D | akcipher.c | 98 .extsize = crypto_alg_extsize,
|
H A D | aead.c | 238 .extsize = crypto_alg_extsize,
|
H A D | api.c | 494 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
|
H A D | ahash.c | 502 .extsize = crypto_ahash_extsize,
|
H A D | shash.c | 545 .extsize = crypto_alg_extsize,
|
H A D | skcipher.c | 773 .extsize = crypto_alg_extsize,
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_buf.c | 681 uint32_t extsize, in xfs_inode_validate_extsize() argument 694 extsize_bytes = XFS_FSB_TO_B(mp, extsize); in xfs_inode_validate_extsize() 736 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize() 740 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize() 746 if (extsize > XFS_MAX_BMBT_EXTLEN) in xfs_inode_validate_extsize() 749 if (!rt_flag && extsize > mp->m_sb.sb_agblocks / 2) in xfs_inode_validate_extsize()
|
H A D | xfs_inode_buf.h | 32 uint32_t extsize, uint16_t mode, uint16_t flags);
|
H A D | xfs_fs.h | 311 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_rtalloc.c | 968 if (sbp->sb_rblocks > 0 && in->extsize != sbp->sb_rextsize) in xfs_growfs_rt() 972 if (XFS_FSB_TO_B(mp, in->extsize) > XFS_MAX_RTEXTSIZE || in xfs_growfs_rt() 973 XFS_FSB_TO_B(mp, in->extsize) < XFS_MIN_RTEXTSIZE) in xfs_growfs_rt() 998 do_div(nrextents, in->extsize); in xfs_growfs_rt() 1056 nsbp->sb_rextsize = in->extsize; in xfs_growfs_rt()
|
H A D | xfs_ioctl32.h | 185 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
H A D | xfs_ioctl32.c | 63 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
|
/openbmc/linux/include/crypto/ |
H A D | algapi.h | 59 unsigned int (*extsize)(struct crypto_alg *alg); member
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 1380 int extsize = extract32(option, 0, 2); in ext_and_shift_reg() local 1383 tcg_gen_ext_i64(tcg_out, tcg_in, extsize | (is_signed ? MO_SIGN : 0)); in ext_and_shift_reg()
|