Lines Matching defs:max
1670 struct ext4_inode_info *ei, *max = NULL;
1676 /* here we just find an inode that has the max nr. of objects */
1680 if (max && max->i_es_all_nr < ei->i_es_all_nr)
1681 max = ei;
1682 else if (!max)
1683 max = ei;
1702 " %llu us max scan time\n",
1703 max->vfs_inode.i_ino, max->i_es_all_nr, max->i_es_shk_nr,