Home
last modified time | relevance | path

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

/fs/gfs2/
Dfile.c804 loff_t bytes, max_bytes, max_blks = UINT_MAX; in __gfs2_fallocate() local
856 if (ap.allowed && ap.allowed < max_blks) in __gfs2_fallocate()
857 max_blks = ap.allowed; in __gfs2_fallocate()
864 if (ap.allowed && ap.allowed < max_blks) in __gfs2_fallocate()
865 max_blks = ap.allowed; in __gfs2_fallocate()
871 &ind_blocks, max_blks); in __gfs2_fallocate()
/fs/ext4/
Dmballoc.c5213 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs() local
5222 start >= max_blks || in ext4_trim_fs()
5225 if (end >= max_blks) in ext4_trim_fs()
5226 end = max_blks - 1; in ext4_trim_fs()