Lines Matching refs:found
912 int offset, start, found, status = 0; in ocfs2_block_group_find_clear_bits() local
919 found = start = best_offset = best_size = 0; in ocfs2_block_group_find_clear_bits()
929 found = 0; in ocfs2_block_group_find_clear_bits()
933 found++; in ocfs2_block_group_find_clear_bits()
938 found = 1; in ocfs2_block_group_find_clear_bits()
941 if (found > best_size) { in ocfs2_block_group_find_clear_bits()
942 best_size = found; in ocfs2_block_group_find_clear_bits()
943 best_offset = start - found; in ocfs2_block_group_find_clear_bits()
946 if (found == bits_wanted) { in ocfs2_block_group_find_clear_bits()
954 if (found == bits_wanted) { in ocfs2_block_group_find_clear_bits()
955 *bit_off = start - found; in ocfs2_block_group_find_clear_bits()
956 *bits_found = found; in ocfs2_block_group_find_clear_bits()
1278 u16 found; in ocfs2_search_one_group() local
1293 ac->ac_max_block, bit_off, &found); in ocfs2_search_one_group()
1300 *num_bits = found; in ocfs2_search_one_group()