Lines Matching refs:largest_hole
1186 int size, this_hole, largest_hole = 0;
1198 if (this_hole > largest_hole)
1199 largest_hole = this_hole;
1206 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN)
1207 return largest_hole;
2723 unsigned int largest_hole = 0;
2735 if (this_hole > largest_hole)
2736 largest_hole = this_hole;
2748 if (this_hole > largest_hole)
2749 largest_hole = this_hole;
2751 if (largest_hole >= OCFS2_DIR_MIN_REC_LEN)
2752 return largest_hole;