Searched refs:max_blks (Results 1 – 5 of 5) sorted by relevance
585 int i, num_blks, max_blks; in dpu_rm_get_assigned_resources() local591 max_blks = ARRAY_SIZE(rm->pingpong_blks); in dpu_rm_get_assigned_resources()596 max_blks = ARRAY_SIZE(rm->mixer_blks); in dpu_rm_get_assigned_resources()601 max_blks = ARRAY_SIZE(rm->ctl_blks); in dpu_rm_get_assigned_resources()606 max_blks = ARRAY_SIZE(rm->intf_blks); in dpu_rm_get_assigned_resources()611 max_blks = ARRAY_SIZE(rm->dspp_blks); in dpu_rm_get_assigned_resources()619 for (i = 0; i < max_blks; i++) { in dpu_rm_get_assigned_resources()
1057 loff_t bytes, max_bytes, max_blks; in __gfs2_fallocate() local1109 max_blks = UINT_MAX; in __gfs2_fallocate()1111 max_blks = ap.allowed; in __gfs2_fallocate()1118 if (ap.allowed && ap.allowed < max_blks) in __gfs2_fallocate()1119 max_blks = ap.allowed; in __gfs2_fallocate()1125 &ind_blocks, max_blks); in __gfs2_fallocate()
270 u32 max_blks; member
392 u32 max_blks; /* 2U */ member580 u32 max_blks; member
5814 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs() local5823 start >= max_blks || in ext4_trim_fs()5826 if (end >= max_blks) in ext4_trim_fs()5827 end = max_blks - 1; in ext4_trim_fs()