Searched refs:numfound (Results 1 – 1 of 1) sorted by relevance
827 int numfound = 0, bitoff, left, startoff; in ocfs2_local_alloc_find_clear_bits() local845 numfound = *numbits; in ocfs2_local_alloc_find_clear_bits()846 if (ocfs2_resmap_resv_bits(resmap, resv, &bitoff, &numfound) == 0) { in ocfs2_local_alloc_find_clear_bits()847 if (numfound < *numbits) in ocfs2_local_alloc_find_clear_bits()848 *numbits = numfound; in ocfs2_local_alloc_find_clear_bits()864 numfound = bitoff = startoff = 0; in ocfs2_local_alloc_find_clear_bits()878 numfound++; in ocfs2_local_alloc_find_clear_bits()882 numfound = 1; in ocfs2_local_alloc_find_clear_bits()886 if (numfound == *numbits) { in ocfs2_local_alloc_find_clear_bits()892 trace_ocfs2_local_alloc_find_clear_bits_search_bitmap(bitoff, numfound); in ocfs2_local_alloc_find_clear_bits()[all …]