Lines Matching refs:largest_hole
1194 int size, this_hole, largest_hole = 0;
1206 if (this_hole > largest_hole)
1207 largest_hole = this_hole;
1214 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN)
1215 return largest_hole;
2734 unsigned int largest_hole = 0;
2746 if (this_hole > largest_hole)
2747 largest_hole = this_hole;
2759 if (this_hole > largest_hole)
2760 largest_hole = this_hole;
2762 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN)
2763 return largest_hole;