Home
last modified time | relevance | path

Searched refs:DNODE_FIND_HOLE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_object.c152 DNODE_FIND_HOLE, &offset, minlvl, in dmu_object_alloc_impl()
442 (hole ? DNODE_FIND_HOLE : 0), &offset, 0, DNODES_PER_BLOCK, txg); in dmu_object_next()
H A Ddnode.c2377 hole = ((flags & DNODE_FIND_HOLE) != 0); in dnode_next_offset_level()
2534 if (flags & DNODE_FIND_HOLE) in dnode_next_offset()
2560 if ((flags & DNODE_FIND_HOLE) && error == ESRCH && txg == 0 && in dnode_next_offset()
H A Ddmu.c2117 (hole ? DNODE_FIND_HOLE : 0), off, 1, 1, 0); in dmu_offset_next()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddnode.h54 #define DNODE_FIND_HOLE 1 macro
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c3488 DNODE_FIND_HOLE, &end, minlvl, blkfill, 0); in dump_object()