Home
last modified time | relevance | path

Searched refs:extsize (Results 1 – 15 of 15) 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 Dskcipher.c646 .extsize = crypto_skcipher_extsize,
/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c815 uint32_t extsize, in xfs_inode_validate_extsize() argument
828 extsize_bytes = XFS_FSB_TO_B(mp, extsize); in xfs_inode_validate_extsize()
870 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize()
874 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize()
880 if (extsize > XFS_MAX_BMBT_EXTLEN) in xfs_inode_validate_extsize()
883 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.c1281 if (mp->m_sb.sb_rblocks > 0 && in->extsize != mp->m_sb.sb_rextsize) in xfs_growfs_rt()
1285 if (XFS_FSB_TO_B(mp, in->extsize) > XFS_MAX_RTEXTSIZE || in xfs_growfs_rt()
1286 XFS_FSB_TO_B(mp, in->extsize) < XFS_MIN_RTEXTSIZE) in xfs_growfs_rt()
1299 !xfs_reflink_supports_rextsize(mp, in->extsize)) in xfs_growfs_rt()
1319 if (in->newblocks < in->extsize) in xfs_growfs_rt()
1324 in->extsize); in xfs_growfs_rt()
1330 in->extsize, &new_rgcount); in xfs_growfs_rt()
1337 in->extsize); in xfs_growfs_rt()
1343 xfs_rtbxlen_t rextents = div_u64(in->newblocks, in->extsize); in xfs_growfs_rt()
1349 error = xfs_growfs_rtg(mp, rgno, in->newblocks, in->extsize); in xfs_growfs_rt()
[all …]
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.h2404 __field(uint32_t, extsize)
2424 __entry->extsize = be32_to_cpu(dip->di_extsize);
2444 __entry->extsize,