Searched refs:max_blks (Results 1 – 4 of 4) sorted by relevance
950 loff_t bytes, max_bytes, max_blks; in __gfs2_fallocate() local1002 max_blks = UINT_MAX; in __gfs2_fallocate()1004 max_blks = ap.allowed; in __gfs2_fallocate()1011 if (ap.allowed && ap.allowed < max_blks) in __gfs2_fallocate()1012 max_blks = ap.allowed; in __gfs2_fallocate()1018 &ind_blocks, max_blks); in __gfs2_fallocate()
5237 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs() local5246 start >= max_blks || in ext4_trim_fs()5249 if (end >= max_blks) in ext4_trim_fs()5250 end = max_blks - 1; in ext4_trim_fs()
402 u32 max_blks; /* 2U */ member590 u32 max_blks; member
324 u32 max_blks; member