Searched refs:extsize (Results 1 – 16 of 16) sorted by relevance
/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() 97 .extsize = crypto_acomp_extsize,
|
H A D | kpp.c | 70 .extsize = crypto_alg_extsize,
|
H A D | rng.c | 89 .extsize = crypto_alg_extsize,
|
H A D | aead.c | 175 .extsize = crypto_alg_extsize,
|
H A D | scompress.c | 266 .extsize = crypto_alg_extsize,
|
H A D | shash.c | 217 .extsize = crypto_alg_extsize,
|
H A D | api.c | 511 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
|
H A D | lskcipher.c | 284 .extsize = crypto_alg_extsize,
|
H A D | ahash.c | 531 .extsize = crypto_ahash_extsize,
|
H A D | skcipher.c | 809 .extsize = crypto_skcipher_extsize,
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_buf.c | 783 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 D | xfs_fs.h | 322 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
/linux/fs/xfs/ |
H A D | xfs_rtalloc.c | 1258 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 D | xfs_ioctl32.h | 185 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
/linux/include/crypto/ |
H A D | algapi.h | 59 unsigned int (*extsize)(struct crypto_alg *alg); member
|
/linux/fs/xfs/scrub/ |
H A D | trace.h | 2358 __field(uint32_t, extsize) 2378 __entry->extsize = be32_to_cpu(dip->di_extsize); 2398 __entry->extsize,
|