Lines Matching defs:numfound
827 int numfound = 0, bitoff, left, startoff;
845 numfound = *numbits;
846 if (ocfs2_resmap_resv_bits(resmap, resv, &bitoff, &numfound) == 0) {
847 if (numfound < *numbits)
848 *numbits = numfound;
864 numfound = bitoff = startoff = 0;
872 "numfound = %d\n", bitoff, startoff, numfound);*/
878 numfound++;
882 numfound = 1;
886 if (numfound == *numbits) {
892 trace_ocfs2_local_alloc_find_clear_bits_search_bitmap(bitoff, numfound);
894 if (numfound == *numbits)
895 bitoff = startoff - numfound;
905 bitoff, numfound);