Home
last modified time | relevance | path

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

/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()
97 .extsize = crypto_acomp_extsize,
H A Dsig.c49 .extsize = crypto_alg_extsize,
H A Dkpp.c70 .extsize = crypto_alg_extsize,
H A Drng.c89 .extsize = crypto_alg_extsize,
H A Dakcipher.c74 .extsize = crypto_alg_extsize,
H A Daead.c175 .extsize = crypto_alg_extsize,
H A Dscompress.c266 .extsize = crypto_alg_extsize,
H A Dshash.c217 .extsize = crypto_alg_extsize,
H A Dapi.c511 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
H A Dlskcipher.c284 .extsize = crypto_alg_extsize,
H A Dahash.c531 .extsize = crypto_ahash_extsize,
H A Dskcipher.c809 .extsize = crypto_skcipher_extsize,
/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c703 uint32_t extsize, in xfs_inode_validate_extsize() argument
716 extsize_bytes = XFS_FSB_TO_B(mp, extsize); in xfs_inode_validate_extsize()
758 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize()
762 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize()
768 if (extsize > XFS_MAX_BMBT_EXTLEN) in xfs_inode_validate_extsize()
771 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.h317 __u32 extsize; /* new realtime extent size, fsblocks */
316 __u32 extsize; /* new realtime extent size, fsblocks */ global() member
/linux/fs/xfs/
H A Dxfs_rtalloc.c904 if (mp->m_sb.sb_rblocks > 0 && in->extsize != mp->m_sb.sb_rextsize) in xfs_growfs_rt()
908 if (XFS_FSB_TO_B(mp, in->extsize) > XFS_MAX_RTEXTSIZE || in xfs_growfs_rt()
909 XFS_FSB_TO_B(mp, in->extsize) < XFS_MIN_RTEXTSIZE) in xfs_growfs_rt()
933 nrextents = div_u64(in->newblocks, in->extsize); in xfs_growfs_rt()
979 error = xfs_growfs_rt_bmblock(mp, in->newblocks, in->extsize, in xfs_growfs_rt()
985 if (old_rextsize != in->extsize) { in xfs_growfs_rt()
H A Dxfs_ioctl32.h185 __u32 extsize; /* new realtime extent size, fsblocks */ member
H A Dxfs_ioctl32.c64 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
/linux/include/crypto/
H A Dalgapi.h59 unsigned int (*extsize)(struct crypto_alg *alg); member
/linux/fs/xfs/scrub/
H A Dtrace.h2330 __field(uint32_t, extsize)
2350 __entry->extsize = be32_to_cpu(dip->di_extsize);
2370 __entry->extsize,