Home
last modified time | relevance | path

Searched refs:max_blks (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/crypto/
Dxts.c174 const unsigned int max_blks = req->tbuflen / bsize; in xts_crypt() local
181 BUG_ON(max_blks < 1); in xts_crypt()
190 nblocks = min(nbytes / bsize, max_blks); in xts_crypt()
222 nblocks = min(nbytes / bsize, max_blks); in xts_crypt()
232 nblocks = min(nbytes / bsize, max_blks); in xts_crypt()
Dlrw.c222 const unsigned int max_blks = req->tbuflen / bsize; in lrw_crypt() local
230 BUG_ON(max_blks < 1); in lrw_crypt()
239 nblocks = min(walk.nbytes / bsize, max_blks); in lrw_crypt()
279 nblocks = min(nbytes / bsize, max_blks); in lrw_crypt()
287 nblocks = min(nbytes / bsize, max_blks); in lrw_crypt()
/linux-4.4.14/arch/tile/gxio/
Diorpc_mpipe.c479 unsigned int max_blks; member
485 unsigned int ering, unsigned int max_blks, in gxio_mpipe_config_edma_ring_blks() argument
492 params->max_blks = max_blks; in gxio_mpipe_config_edma_ring_blks()
/linux-4.4.14/fs/gfs2/
Dfile.c807 loff_t bytes, max_bytes, max_blks = UINT_MAX; in __gfs2_fallocate() local
859 if (ap.allowed && ap.allowed < max_blks) in __gfs2_fallocate()
860 max_blks = ap.allowed; in __gfs2_fallocate()
867 if (ap.allowed && ap.allowed < max_blks) in __gfs2_fallocate()
868 max_blks = ap.allowed; in __gfs2_fallocate()
874 &ind_blocks, max_blks); in __gfs2_fallocate()
/linux-4.4.14/arch/tile/include/gxio/
Dmpipe.h863 unsigned int max_blks,
/linux-4.4.14/fs/ext4/
Dmballoc.c5192 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs() local
5201 start >= max_blks || in ext4_trim_fs()
5204 if (end >= max_blks) in ext4_trim_fs()
5205 end = max_blks - 1; in ext4_trim_fs()
/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp_ethss.c332 u32 max_blks; /* 2U */ member
519 u32 max_blks; member
Dcpsw.c284 u32 max_blks; member