Lines Matching defs:max
1663 struct ext4_inode_info *ei, *max = NULL;
1669 /* here we just find an inode that has the max nr. of objects */
1673 if (max && max->i_es_all_nr < ei->i_es_all_nr)
1674 max = ei;
1675 else if (!max)
1676 max = ei;
1695 " %llu us max scan time\n",
1696 max->vfs_inode.i_ino, max->i_es_all_nr, max->i_es_shk_nr,