Searched refs:max_blks (Results 1 – 4 of 4) sorted by relevance
1257 loff_t bytes, max_bytes, max_blks; in __gfs2_fallocate() local1309 max_blks = UINT_MAX; in __gfs2_fallocate()1311 max_blks = ap.allowed; in __gfs2_fallocate()1318 if (ip->i_res.rs_reserved < max_blks) in __gfs2_fallocate()1319 max_blks = ip->i_res.rs_reserved; in __gfs2_fallocate()1325 &ind_blocks, max_blks); in __gfs2_fallocate()
273 u32 max_blks; member
392 u32 max_blks; /* 2U */ member580 u32 max_blks; member
6916 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs() local6925 start >= max_blks || in ext4_trim_fs()6935 if (end >= max_blks - 1) in ext4_trim_fs()6936 end = max_blks - 1; in ext4_trim_fs()