Searched refs:numfound (Results 1 – 1 of 1) sorted by relevance
828 int numfound = 0, bitoff, left, startoff; in ocfs2_local_alloc_find_clear_bits() local846 numfound = *numbits; in ocfs2_local_alloc_find_clear_bits()847 if (ocfs2_resmap_resv_bits(resmap, resv, &bitoff, &numfound) == 0) { in ocfs2_local_alloc_find_clear_bits()848 if (numfound < *numbits) in ocfs2_local_alloc_find_clear_bits()849 *numbits = numfound; in ocfs2_local_alloc_find_clear_bits()865 numfound = bitoff = startoff = 0; in ocfs2_local_alloc_find_clear_bits()873 numfound++; in ocfs2_local_alloc_find_clear_bits()877 numfound = 1; in ocfs2_local_alloc_find_clear_bits()881 if (numfound == *numbits) { in ocfs2_local_alloc_find_clear_bits()887 trace_ocfs2_local_alloc_find_clear_bits_search_bitmap(bitoff, numfound); in ocfs2_local_alloc_find_clear_bits()[all …]