Lines Matching defs:numfound
829 int numfound = 0, bitoff, left, startoff;
847 numfound = *numbits;
848 if (ocfs2_resmap_resv_bits(resmap, resv, &bitoff, &numfound) == 0) {
849 if (numfound < *numbits)
850 *numbits = numfound;
866 numfound = bitoff = startoff = 0;
874 "numfound = %d\n", bitoff, startoff, numfound);*/
880 numfound++;
884 numfound = 1;
888 if (numfound == *numbits) {
894 trace_ocfs2_local_alloc_find_clear_bits_search_bitmap(bitoff, numfound);
896 if (numfound == *numbits)
897 bitoff = startoff - numfound;
907 bitoff, numfound);