Home
last modified time | relevance | path

Searched refs:is_hole (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/lib/
H A Dinterval_tree.c63 iter->is_hole = 1; in interval_tree_span_iter_first()
70 iter->is_hole = 1; in interval_tree_span_iter_first()
77 iter->is_hole = 0; in interval_tree_span_iter_first()
91 iter->is_hole = -1; in interval_tree_span_iter_next()
95 if (iter->is_hole) { in interval_tree_span_iter_next()
103 iter->is_hole = 0; in interval_tree_span_iter_next()
112 iter->is_hole = 1; in interval_tree_span_iter_next()
119 iter->is_hole = 1; in interval_tree_span_iter_next()
134 if (iter->is_hole == -1) in interval_tree_span_iter_advance()
139 iter->is_hole = -1; in interval_tree_span_iter_advance()
H A Dinterval_tree_test.c206 int is_hole; in mas_cur_span() local
212 state->is_hole = mas_walk(mas) ? 0 : 1; in mas_cur_span()
223 is_hole = mas_next_range(mas, state->last_index) ? 0 : 1; in mas_cur_span()
225 } while (mas->status != ma_overflow && is_hole == state->is_hole); in mas_cur_span()
227 if (state->is_hole) { in mas_cur_span()
279 mas_span.is_hole = -1; in span_iteration_check()
285 WARN_ON_ONCE(span.is_hole != mas_span.is_hole); in span_iteration_check()
287 if (span.is_hole) { in span_iteration_check()
/linux-6.15/include/linux/
H A Dinterval_tree.h64 int is_hole; member
79 return state->is_hole == -1; in interval_tree_span_iter_done()
/linux-6.15/drivers/iommu/iommufd/
H A Dvfio_compat.c392 if (!span.is_hole) in iommufd_fill_cap_iova()
H A Dioas.c89 if (!span.is_hole) in iommufd_ioas_iova_ranges()
H A Dio_pagetable.c94 if (span->is_hole || span->last_used - span->start_used < length - 1) in __alloc_iova_check_used()
150 allowed_span.is_hole = false; in iopt_alloc_iova()
H A Dpages.c115 if (iter->spans[i].is_hole) { in interval_tree_double_span_iter_update()
/linux-6.15/fs/nfs/blocklayout/
H A Dblocklayout.c52 static bool is_hole(struct pnfs_block_extent *be) in is_hole() function
283 if (is_hole(&be)) { in bl_read_pagelist()
/linux-6.15/fs/f2fs/
H A Ddata.c1555 bool is_hole; in f2fs_map_blocks() local
1596 is_hole = !__is_valid_data_blkaddr(blkaddr); in f2fs_map_blocks()
1597 if (!is_hole && in f2fs_map_blocks()
1604 if (map->m_may_create && (is_hole || in f2fs_map_blocks()
1635 if (is_hole) in f2fs_map_blocks()
1637 } else if (is_hole) { in f2fs_map_blocks()
1682 if (!(flag == F2FS_GET_BLOCK_DIO && is_hole && !map->m_may_create)) in f2fs_map_blocks()