Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dpcompress.c75 .extsize = crypto_alg_extsize,
Dakcipher.c79 .extsize = crypto_alg_extsize,
Drng.c106 .extsize = crypto_alg_extsize,
Dskcipher.c231 .extsize = crypto_skcipher_extsize,
Daead.c162 .extsize = crypto_alg_extsize,
Dapi.c468 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
Dahash.c526 .extsize = crypto_ahash_extsize,
Dshash.c563 .extsize = crypto_alg_extsize,
/linux-4.4.14/fs/xfs/
Dxfs_iomap.c49 xfs_extlen_t extsize, in xfs_iomap_eof_align_last_fsb() argument
77 if (extsize) { in xfs_iomap_eof_align_last_fsb()
79 align = roundup_64(align, extsize); in xfs_iomap_eof_align_last_fsb()
81 align = extsize; in xfs_iomap_eof_align_last_fsb()
Dxfs_ioctl32.h230 __u32 extsize; /* new realtime extent size, fsblocks */ member
Dxfs_rtalloc.c911 (sbp->sb_rblocks && (in->extsize != sbp->sb_rextsize))) in xfs_growfs_rt()
929 do_div(nrextents, in->extsize); in xfs_growfs_rt()
979 nsbp->sb_rextsize = in->extsize; in xfs_growfs_rt()
Dxfs_ioctl32.c94 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_fs.h278 __u32 extsize; /* new realtime extent size, fsblocks */ member
/linux-4.4.14/include/crypto/
Dalgapi.h28 unsigned int (*extsize)(struct crypto_alg *alg); member