Home
last modified time | relevance | path

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

/linux-4.1.27/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.c914 (sbp->sb_rblocks && (in->extsize != sbp->sb_rextsize))) in xfs_growfs_rt()
932 do_div(nrextents, in->extsize); in xfs_growfs_rt()
983 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.1.27/crypto/
Dpcompress.c80 .extsize = crypto_pcomp_extsize,
Dapi.c468 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
Dahash.c526 .extsize = crypto_ahash_extsize,
Dshash.c568 .extsize = crypto_shash_extsize,
/linux-4.1.27/include/crypto/
Dalgapi.h26 unsigned int (*extsize)(struct crypto_alg *alg); member
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_fs.h277 __u32 extsize; /* new realtime extent size, fsblocks */ member