Home
last modified time | relevance | path

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

/fs/gfs2/
Dfile.c1250 loff_t bytes, max_bytes, max_blks; in __gfs2_fallocate() local
1302 max_blks = UINT_MAX; in __gfs2_fallocate()
1304 max_blks = ap.allowed; in __gfs2_fallocate()
1311 if (ip->i_res.rs_reserved < max_blks) in __gfs2_fallocate()
1312 max_blks = ip->i_res.rs_reserved; in __gfs2_fallocate()
1318 &ind_blocks, max_blks); in __gfs2_fallocate()
/fs/ext4/
Dmballoc.c6592 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs() local
6601 start >= max_blks || in ext4_trim_fs()
6611 if (end >= max_blks - 1) in ext4_trim_fs()
6612 end = max_blks - 1; in ext4_trim_fs()