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

/linux-master/lib/
H A Dinterval_tree.c57 iter->is_hole = 1;
64 iter->is_hole = 1;
71 iter->is_hole = 0;
85 iter->is_hole = -1;
89 if (iter->is_hole) {
97 iter->is_hole = 0;
106 iter->is_hole = 1;
113 iter->is_hole = 1;
128 if (iter->is_hole == -1)
133 iter->is_hole
[all...]
/linux-master/include/linux/
H A Dinterval_tree.h32 * @start_hole: Start of an interval for a hole when is_hole == 1
33 * @last_hole: Inclusive end of an interval for a hole when is_hole == 1
34 * @start_used: Start of a used interval when is_hole == 0
35 * @last_used: Inclusive end of a used interval when is_hole == 0
36 * @is_hole: 0 == used, 1 == is_hole, -1 == done iteration
64 int is_hole; member in struct:interval_tree_span_iter
79 return state->is_hole == -1;
/linux-master/drivers/iommu/iommufd/
H A Dvfio_compat.c397 if (!span.is_hole)
H A Dioas.c85 if (!span.is_hole)
H A Dio_pagetable.c94 if (span->is_hole || span->last_used - span->start_used < length - 1)
142 allowed_span.is_hole = false;
H A Dpages.c114 if (iter->spans[i].is_hole) {
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.c52 static bool is_hole(struct pnfs_block_extent *be) function
283 if (is_hole(&be)) {
/linux-master/fs/f2fs/
H A Ddata.c1528 bool is_hole; local
1569 is_hole = !__is_valid_data_blkaddr(blkaddr);
1570 if (!is_hole &&
1578 (is_hole || (f2fs_lfs_mode(sbi) && flag == F2FS_GET_BLOCK_DIO))) {
1607 if (is_hole)
1609 } else if (is_hole) {

Completed in 256 milliseconds