Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
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,
Dsig.c59 .extsize = crypto_alg_extsize,
Dkpp.c93 .extsize = crypto_alg_extsize,
Drng.c116 .extsize = crypto_alg_extsize,
Dscompress.c238 .extsize = crypto_alg_extsize,
Dakcipher.c98 .extsize = crypto_alg_extsize,
Daead.c239 .extsize = crypto_alg_extsize,
Dapi.c494 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
Dahash.c502 .extsize = crypto_ahash_extsize,
Dshash.c545 .extsize = crypto_alg_extsize,
Dskcipher.c773 .extsize = crypto_alg_extsize,
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_inode_buf.c645 uint32_t extsize, in xfs_inode_validate_extsize() argument
658 extsize_bytes = XFS_FSB_TO_B(mp, extsize); in xfs_inode_validate_extsize()
700 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize()
704 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize()
710 if (extsize > XFS_MAX_BMBT_EXTLEN) in xfs_inode_validate_extsize()
713 if (!rt_flag && extsize > mp->m_sb.sb_agblocks / 2) in xfs_inode_validate_extsize()
Dxfs_inode_buf.h32 uint32_t extsize, uint16_t mode, uint16_t flags);
Dxfs_fs.h311 __u32 extsize; /* new realtime extent size, fsblocks */ member
/Linux-v6.6/fs/xfs/
Dxfs_rtalloc.c948 if (sbp->sb_rblocks > 0 && in->extsize != sbp->sb_rextsize) in xfs_growfs_rt()
952 if (XFS_FSB_TO_B(mp, in->extsize) > XFS_MAX_RTEXTSIZE || in xfs_growfs_rt()
953 XFS_FSB_TO_B(mp, in->extsize) < XFS_MIN_RTEXTSIZE) in xfs_growfs_rt()
978 do_div(nrextents, in->extsize); in xfs_growfs_rt()
1034 nsbp->sb_rextsize = in->extsize; in xfs_growfs_rt()
Dxfs_ioctl32.h185 __u32 extsize; /* new realtime extent size, fsblocks */ member
Dxfs_ioctl32.c63 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
/Linux-v6.6/include/crypto/
Dalgapi.h59 unsigned int (*extsize)(struct crypto_alg *alg); member