Searched refs:max_blks (Results 1 – 4 of 4) sorted by relevance
976 loff_t bytes, max_bytes, max_blks; in __gfs2_fallocate() local1028 max_blks = UINT_MAX; in __gfs2_fallocate()1030 max_blks = ap.allowed; in __gfs2_fallocate()1037 if (ap.allowed && ap.allowed < max_blks) in __gfs2_fallocate()1038 max_blks = ap.allowed; in __gfs2_fallocate()1044 &ind_blocks, max_blks); in __gfs2_fallocate()
265 u32 max_blks; member
394 u32 max_blks; /* 2U */ member582 u32 max_blks; member
5247 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs() local5256 start >= max_blks || in ext4_trim_fs()5259 if (end >= max_blks) in ext4_trim_fs()5260 end = max_blks - 1; in ext4_trim_fs()