Searched refs:extsize (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/crypto/
H A Dpcompress.c80 .extsize = crypto_pcomp_extsize,
H A Dahash.c526 .extsize = crypto_ahash_extsize,
H A Dapi.c468 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); crypto_create_tfm()
H A Dshash.c568 .extsize = crypto_shash_extsize,
/linux-4.1.27/fs/xfs/
H A Dxfs_ioctl32.c94 get_user(in->extsize, &arg32->extsize)) xfs_compat_growfs_rt_copyin()
H A Dxfs_ioctl32.h230 __u32 extsize; /* new realtime extent size, fsblocks */ member in struct:compat_xfs_growfs_rt
H A Dxfs_iomap.c49 xfs_extlen_t extsize, xfs_iomap_eof_align_last_fsb()
77 if (extsize) { xfs_iomap_eof_align_last_fsb()
79 align = roundup_64(align, extsize); xfs_iomap_eof_align_last_fsb()
81 align = extsize; xfs_iomap_eof_align_last_fsb()
46 xfs_iomap_eof_align_last_fsb( xfs_mount_t *mp, xfs_inode_t *ip, xfs_extlen_t extsize, xfs_fileoff_t *last_fsb) xfs_iomap_eof_align_last_fsb() argument
H A Dxfs_rtalloc.c914 (sbp->sb_rblocks && (in->extsize != sbp->sb_rextsize))) xfs_growfs_rt()
932 do_div(nrextents, in->extsize); xfs_growfs_rt()
983 nsbp->sb_rextsize = in->extsize; xfs_growfs_rt()
H A Dxfs_ioctl.c1091 * 6. extsize hint of 0 turns off hints, clears inode flags.
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_fs.h44 __u32 fsx_extsize; /* extsize field value (get/set)*/
277 __u32 extsize; /* new realtime extent size, fsblocks */ member in struct:xfs_growfs_rt
H A Dxfs_bmap.c3174 * Adjust the size of the new extent based on di_extsize and rt extsize.
/linux-4.1.27/include/crypto/
H A Dalgapi.h26 unsigned int (*extsize)(struct crypto_alg *alg); member in struct:crypto_type

Completed in 354 milliseconds