Home
last modified time | relevance | path

Searched refs:extsize (Results 1 – 16 of 16) 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 Dkpp.c70 .extsize = crypto_alg_extsize,
H A Drng.c89 .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.c783 uint32_t extsize, in xfs_inode_validate_extsize() argument
796 extsize_bytes = XFS_FSB_TO_B(mp, extsize); in xfs_inode_validate_extsize()
838 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize()
842 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize()
848 if (extsize > XFS_MAX_BMBT_EXTLEN) in xfs_inode_validate_extsize()
851 if (!rt_flag && extsize > mp->m_sb.sb_agblocks / 2) in xfs_inode_validate_extsize()
H A Dxfs_fs.h322 __u32 extsize; /* new realtime extent size, fsblocks */ member
/linux/fs/xfs/
H A Dxfs_rtalloc.c1258 if (mp->m_sb.sb_rblocks > 0 && in->extsize != mp->m_sb.sb_rextsize) in xfs_growfs_rt()
1262 if (XFS_FSB_TO_B(mp, in->extsize) > XFS_MAX_RTEXTSIZE || in xfs_growfs_rt()
1263 XFS_FSB_TO_B(mp, in->extsize) < XFS_MIN_RTEXTSIZE) in xfs_growfs_rt()
1290 if (in->newblocks < in->extsize) in xfs_growfs_rt()
1294 error = xfs_growfs_check_rtgeom(mp, in->newblocks, in->extsize); in xfs_growfs_rt()
1300 in->extsize, &new_rgcount); in xfs_growfs_rt()
1307 in->extsize); in xfs_growfs_rt()
1313 xfs_rtbxlen_t rextents = div_u64(in->newblocks, in->extsize); in xfs_growfs_rt()
1319 error = xfs_growfs_rtg(mp, rgno, in->newblocks, in->extsize); in xfs_growfs_rt()
1333 if (!error && old_rextsize != in->extsize) in xfs_growfs_rt()
H A Dxfs_ioctl32.h185 __u32 extsize; /* new realtime extent size, fsblocks */ member
/linux/include/crypto/
H A Dalgapi.h59 unsigned int (*extsize)(struct crypto_alg *alg); member
/linux/fs/xfs/scrub/
H A Dtrace.h2358 __field(uint32_t, extsize)
2378 __entry->extsize = be32_to_cpu(dip->di_extsize);
2398 __entry->extsize,