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

  /netvirt/usr/src/uts/common/fs/zfs/sys/
dmu_objset.h 55 struct objset { struct
  /netvirt/usr/src/uts/common/fs/zfs/
dmu_traverse.c 50 * objset 0, 1, 2, ..., ZB_MAXOBJSET.
58 * < objset, object, blkoff, -level >
64 * objset 1, 2, ..., ZB_MAXOBJSET, 0.
71 * < objset - 1, object - 1, blkoff, level >
75 * < objset + bias, object + bias, blkoff, level ^ bias >
80 * Special case: an objset's osphys is represented as level -1 of object 0.
81 * It is always either the very first or very last block we visit in an objset.
127 #define SET_BOOKMARK(zb, objset, object, level, blkid) \
129 (zb)->zb_objset = objset; \
142 advance_objset(zseg_t *zseg, uint64_t objset, int advance
573 uint64_t objset = zb->zb_objset; local
    [all...]
  /netvirt/usr/src/cmd/mdb/common/modules/zfs/
zfs.c 480 uintptr_t objset; local
497 if (GETMEMBID(addr, &id, db_objset, objset) ||
520 if (objset_name(objset, path)) {
613 uint64_t objset; member in struct:dbufs_data
627 uintptr_t objset; local
633 if (GETMEMBID(addr, &data->id, db_objset, objset) ||
640 if ((data->objset == DBUFS_UNSET || data->objset == objset) &&
641 (data->osname == NULL || (objset_name(objset, osname) == 0 &
    [all...]
  /netvirt/usr/src/cmd/zdb/
zdb.c 111 (void) fprintf(stderr, " -B objset:object:level:blkid -- "
685 uint64_t objset = dmu_objset_id(os); local
697 traverse_add_dnode(th, 0, -1ULL, objset, object);
916 dump_dmu_objset, /* DMU objset */
    [all...]

Completed in 1260 milliseconds