Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dfile.c943 loff_t bytes, max_bytes, max_blks; in __gfs2_fallocate() local
995 max_blks = UINT_MAX; in __gfs2_fallocate()
997 max_blks = ap.allowed; in __gfs2_fallocate()
1004 if (ap.allowed && ap.allowed < max_blks) in __gfs2_fallocate()
1005 max_blks = ap.allowed; in __gfs2_fallocate()
1011 &ind_blocks, max_blks); in __gfs2_fallocate()
/linux-4.19.296/fs/ext4/
Dmballoc.c5326 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs() local
5335 start >= max_blks || in ext4_trim_fs()
5345 if (end >= max_blks - 1) in ext4_trim_fs()
5346 end = max_blks - 1; in ext4_trim_fs()