Lines Matching refs:found
989 bool found = false; in btrfs_find_delalloc_range() local
1005 if (found && (state->start != cur_start || in btrfs_find_delalloc_range()
1010 if (!found) in btrfs_find_delalloc_range()
1014 if (!found) { in btrfs_find_delalloc_range()
1019 found = true; in btrfs_find_delalloc_range()
1029 return found; in btrfs_find_delalloc_range()
1675 int found = 0; in btrfs_count_range_bits() local
1720 if (contig && found && state->start > last + 1) in btrfs_count_range_bits()
1727 if (!found) { in btrfs_count_range_bits()
1729 found = 1; in btrfs_count_range_bits()
1732 } else if (contig && found) { in btrfs_count_range_bits()