Home
last modified time | relevance | path

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

/linux/lib/
H A Dinterval_tree.c57 iter->is_hole = 1; in interval_tree_span_iter_first()
64 iter->is_hole = 1; in interval_tree_span_iter_first()
71 iter->is_hole = 0; in interval_tree_span_iter_first()
85 iter->is_hole = -1; in interval_tree_span_iter_next()
89 if (iter->is_hole) { in interval_tree_span_iter_next()
97 iter->is_hole = 0; in interval_tree_span_iter_next()
106 iter->is_hole = 1; in interval_tree_span_iter_next()
113 iter->is_hole = 1; in interval_tree_span_iter_next()
128 if (iter->is_hole == -1) in interval_tree_span_iter_advance()
133 iter->is_hole = -1; in interval_tree_span_iter_advance()
/linux/include/linux/
H A Dinterval_tree.h64 int is_hole; member
79 return state->is_hole == -1; in interval_tree_span_iter_done()
/linux/drivers/iommu/iommufd/
H A Dioas.c85 if (!span.is_hole) in iommufd_ioas_iova_ranges()
H A Dvfio_compat.c397 if (!span.is_hole) in iommufd_fill_cap_iova()
H A Dio_pagetable.c94 if (span->is_hole || span->last_used - span->start_used < length - 1) in __alloc_iova_check_used()
142 allowed_span.is_hole = false; in iopt_alloc_iova()
H A Dpages.c114 if (iter->spans[i].is_hole) { in interval_tree_double_span_iter_update()
/linux/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/fs/f2fs/
H A Ddata.c1552 bool is_hole; in f2fs_map_blocks() local
1593 is_hole = !__is_valid_data_blkaddr(blkaddr); in f2fs_map_blocks()
1594 if (!is_hole && in f2fs_map_blocks()
1601 if (map->m_may_create && (is_hole || in f2fs_map_blocks()
1632 if (is_hole) in f2fs_map_blocks()
1634 } else if (is_hole) { in f2fs_map_blocks()
1678 if (flag != F2FS_GET_BLOCK_DIO || !is_hole) in f2fs_map_blocks()