Home
last modified time | relevance | path

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

/Linux-v4.19/fs/gfs2/
Dfile.c950 loff_t bytes, max_bytes, max_blks; in __gfs2_fallocate() local
1002 max_blks = UINT_MAX; in __gfs2_fallocate()
1004 max_blks = ap.allowed; in __gfs2_fallocate()
1011 if (ap.allowed && ap.allowed < max_blks) in __gfs2_fallocate()
1012 max_blks = ap.allowed; in __gfs2_fallocate()
1018 &ind_blocks, max_blks); in __gfs2_fallocate()
/Linux-v4.19/fs/ext4/
Dmballoc.c5237 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs() local
5246 start >= max_blks || in ext4_trim_fs()
5249 if (end >= max_blks) in ext4_trim_fs()
5250 end = max_blks - 1; in ext4_trim_fs()
/Linux-v4.19/drivers/net/ethernet/ti/
Dnetcp_ethss.c402 u32 max_blks; /* 2U */ member
590 u32 max_blks; member
Dcpsw.c324 u32 max_blks; member