Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/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.1.27/fs/ext3/
Dballoc.c2094 ext3_fsblk_t max_blks = le32_to_cpu(es->s_blocks_count); in ext3_trim_fs() local
2102 start >= max_blks || in ext3_trim_fs()
2105 if (end >= max_blks) in ext3_trim_fs()
2106 end = max_blks - 1; in ext3_trim_fs()
/linux-4.1.27/arch/tile/include/gxio/
Dmpipe.h863 unsigned int max_blks,
/linux-4.1.27/fs/ext4/
Dmballoc.c5167 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs() local
5176 start >= max_blks || in ext4_trim_fs()
5179 if (end >= max_blks) in ext4_trim_fs()
5180 end = max_blks - 1; in ext4_trim_fs()
/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp_ethss.c333 u32 max_blks; /* 2U */ member
521 u32 max_blks; member
Dcpsw.c295 u32 max_blks; member