Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_object.c393 uint64_t start_obj; in dmu_object_next() local
398 start_obj = 1; in dmu_object_next()
434 start_obj = i; in dmu_object_next()
436 start_obj = *objectp + 1; in dmu_object_next()
439 offset = start_obj << DNODE_SHIFT; in dmu_object_next()