Home
last modified time | relevance | path

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

/linux/crypto/
A Dacompress.c84 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize() local
87 extsize += sizeof(struct crypto_scomp *); in crypto_acomp_extsize()
89 return extsize; in crypto_acomp_extsize()
93 .extsize = crypto_acomp_extsize,
A Dkpp.c72 .extsize = crypto_alg_extsize,
A Dakcipher.c80 .extsize = crypto_alg_extsize,
A Drng.c98 .extsize = crypto_alg_extsize,
A Dscompress.c245 .extsize = crypto_alg_extsize,
A Daead.c192 .extsize = crypto_alg_extsize,
A Dapi.c487 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm_node()
A Dshash.c495 .extsize = crypto_alg_extsize,
A Dahash.c533 .extsize = crypto_ahash_extsize,
A Dskcipher.c731 .extsize = crypto_alg_extsize,
/linux/fs/xfs/libxfs/
A Dxfs_inode_buf.c577 uint32_t extsize, in xfs_inode_validate_extsize() argument
590 extsize_bytes = XFS_FSB_TO_B(mp, extsize); in xfs_inode_validate_extsize()
632 if ((hint_flag || inherit_flag) && extsize == 0) in xfs_inode_validate_extsize()
636 if (mode && !(hint_flag || inherit_flag) && extsize != 0) in xfs_inode_validate_extsize()
642 if (extsize > MAXEXTLEN) in xfs_inode_validate_extsize()
645 if (!rt_flag && extsize > mp->m_sb.sb_agblocks / 2) in xfs_inode_validate_extsize()
A Dxfs_inode_buf.h32 uint32_t extsize, uint16_t mode, uint16_t flags);
A Dxfs_fs.h323 __u32 extsize; /* new realtime extent size, fsblocks */ member
/linux/fs/xfs/
A Dxfs_rtalloc.c945 if (sbp->sb_rblocks > 0 && in->extsize != sbp->sb_rextsize) in xfs_growfs_rt()
949 if (XFS_FSB_TO_B(mp, in->extsize) > XFS_MAX_RTEXTSIZE || in xfs_growfs_rt()
950 XFS_FSB_TO_B(mp, in->extsize) < XFS_MIN_RTEXTSIZE) in xfs_growfs_rt()
975 do_div(nrextents, in->extsize); in xfs_growfs_rt()
1031 nsbp->sb_rextsize = in->extsize; in xfs_growfs_rt()
A Dxfs_ioctl32.h207 __u32 extsize; /* new realtime extent size, fsblocks */ member
A Dxfs_ioctl32.c77 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
/linux/include/crypto/
A Dalgapi.h33 unsigned int (*extsize)(struct crypto_alg *alg); member

Completed in 32 milliseconds