Searched refs:max_blks (Results 1 – 2 of 2) sorted by relevance
804 loff_t bytes, max_bytes, max_blks = UINT_MAX; in __gfs2_fallocate() local856 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()
5213 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs() local5222 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()