Searched refs:numfound (Results 1 – 1 of 1) sorted by relevance
829 int numfound = 0, bitoff, left, startoff; in ocfs2_local_alloc_find_clear_bits() local847 numfound = *numbits; in ocfs2_local_alloc_find_clear_bits()848 if (ocfs2_resmap_resv_bits(resmap, resv, &bitoff, &numfound) == 0) { in ocfs2_local_alloc_find_clear_bits()849 if (numfound < *numbits) in ocfs2_local_alloc_find_clear_bits()850 *numbits = numfound; in ocfs2_local_alloc_find_clear_bits()866 numfound = bitoff = startoff = 0; in ocfs2_local_alloc_find_clear_bits()880 numfound++; in ocfs2_local_alloc_find_clear_bits()884 numfound = 1; in ocfs2_local_alloc_find_clear_bits()888 if (numfound == *numbits) { in ocfs2_local_alloc_find_clear_bits()894 trace_ocfs2_local_alloc_find_clear_bits_search_bitmap(bitoff, numfound); in ocfs2_local_alloc_find_clear_bits()[all …]