HomeSort by relevance Sort by last modified time
    Searched defs:objset (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
dmu_objset.h 60 struct objset { struct
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/zfs/
zfs.c 222 if (mdb_ctf_lookup_by_name("struct objset",
224 mdb_warn("couldn't find struct objset");
392 uintptr_t objset; local
409 if (GETMEMBID(addr, &id, db_objset, objset) ||
432 if (objset_name(objset, path)) {
525 uint64_t objset; member in struct:dbufs_data
539 uintptr_t objset; local
545 if (GETMEMBID(addr, &data->id, db_objset, objset) ||
552 if ((data->objset == DBUFS_UNSET || data->objset == objset) &
    [all...]

Completed in 3200 milliseconds