Lines Matching defs:max
346 int max;
350 max = ext4_ext_space_root(inode, 1);
352 max = ext4_ext_space_root_idx(inode, 1);
355 max = ext4_ext_space_block(inode, 1);
357 max = ext4_ext_space_block_idx(inode, 1);
360 return max;
459 int max = 0, err = -EFSCORRUPTED;
473 max = ext4_ext_max_entries(inode, depth);
474 if (unlikely(le16_to_cpu(eh->eh_max) > max)) {
506 "entries %u, max %u(%u), depth %u(%u)",
511 max, le16_to_cpu(eh->eh_depth), depth);
928 ext_debug(inode, "depth %d: num %d, max %d\n",
1370 /* Update top-level index: num,max,pointer */
2328 * This routine returns max. credits that needed to insert an extent
2614 a = max(ex_ee_block, start);
3096 printk(KERN_ERR "EXT4-fs: extents: %lu min, %lu max, max depth %lu\n",
5574 max(ee_start_lblk, offset_lblk), len_lblk, SHIFT_RIGHT);
6044 cur = max(cur + 1, le32_to_cpu(ex->ee_block) +
6056 for (i = 0; i <= max(path->p_depth, path2->p_depth); i++) {