Searched refs:is_hole (Results 1 - 8 of 8) sorted by last modified time

/linux-master/fs/f2fs/
H A Ddata.c1552 bool is_hole; local
1593 is_hole = !__is_valid_data_blkaddr(blkaddr);
1594 if (!is_hole &&
1601 if (map->m_may_create && (is_hole ||
1632 if (is_hole)
1634 } else if (is_hole) {
1678 if (flag != F2FS_GET_BLOCK_DIO || !is_hole)
/linux-master/drivers/iommu/iommufd/
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 Dvfio_compat.c397 if (!span.is_hole)
H A Dioas.c85 if (!span.is_hole)
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/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;

Completed in 353 milliseconds