Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dacompress.c88 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 Dsig.c59 .extsize = crypto_alg_extsize,
H A Dkpp.c93 .extsize = crypto_alg_extsize,
H A Drng.c116 .extsize = crypto_alg_extsize,
H A Dscompress.c244 .extsize = crypto_alg_extsize,
H A Dakcipher.c98 .extsize = crypto_alg_extsize,
H A Daead.c238 .extsize = crypto_alg_extsize,
H A Dapi.c494 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
H A Dahash.c502 .extsize = crypto_ahash_extsize,
H A Dshash.c545 .extsize = crypto_alg_extsize,
H A Dskcipher.c773 .extsize = crypto_alg_extsize,
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c681 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 Dxfs_inode_buf.h32 uint32_t extsize, uint16_t mode, uint16_t flags);
H A Dxfs_fs.h311 __u32 extsize; /* new realtime extent size, fsblocks */ member
/openbmc/linux/fs/xfs/
H A Dxfs_rtalloc.c968 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 Dxfs_ioctl32.h185 __u32 extsize; /* new realtime extent size, fsblocks */ member
H A Dxfs_ioctl32.c63 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
/openbmc/linux/include/crypto/
H A Dalgapi.h59 unsigned int (*extsize)(struct crypto_alg *alg); member
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c1380 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()