Searched refs:extsize (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/crypto/ |
D | pcompress.c | 75 .extsize = crypto_alg_extsize,
|
D | akcipher.c | 79 .extsize = crypto_alg_extsize,
|
D | rng.c | 106 .extsize = crypto_alg_extsize,
|
D | skcipher.c | 231 .extsize = crypto_skcipher_extsize,
|
D | aead.c | 162 .extsize = crypto_alg_extsize,
|
D | api.c | 468 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
|
D | ahash.c | 526 .extsize = crypto_ahash_extsize,
|
D | shash.c | 563 .extsize = crypto_alg_extsize,
|
/linux-4.4.14/fs/xfs/ |
D | xfs_iomap.c | 49 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()
|
D | xfs_ioctl32.h | 230 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
D | xfs_rtalloc.c | 911 (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()
|
D | xfs_ioctl32.c | 94 get_user(in->extsize, &arg32->extsize)) in xfs_compat_growfs_rt_copyin()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_fs.h | 278 __u32 extsize; /* new realtime extent size, fsblocks */ member
|
/linux-4.4.14/include/crypto/ |
D | algapi.h | 28 unsigned int (*extsize)(struct crypto_alg *alg); member
|