HomeSort by: relevance | last modified time | path
    Searched refs:objset (Results 1 - 12 of 12) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu_impl.h 239 struct objset;
zfeature.h 43 struct objset;
dnode.h 112 struct objset;
163 struct objset *dn_objset;
273 void dnode_special_open(struct objset *dd, dnode_phys_t *dnp,
281 int dnode_hold(struct objset *dd, uint64_t object,
283 int dnode_hold_impl(struct objset *dd, uint64_t object, int flag,
dsl_pool.h 46 struct objset;
84 struct objset *dp_meta_objset;
dsl_scan.h 38 struct objset;
dbuf.h 162 /* the objset we belong to */
163 struct objset *db_objset;
300 dmu_buf_impl_t *dbuf_find(struct objset *os, uint64_t object, uint8_t level,
dmu_objset.h 72 struct objset { struct
81 * root their descendents in this objset using handles anyway, so
zio.h 254 * A bookmark is a four-tuple <objset, object, level, blkid> that uniquely
255 * identifies any block in the pool. By convention, the meta-objset (MOS)
256 * is objset 0, and the meta-dnode is object 0. This covers all blocks
259 * Root blocks (objset_phys_t) are object 0, level -1: <objset, 0, -1, 0>.
260 * ZIL blocks are bookmarked <objset, 0, -2, blkid == ZIL sequence number>.
261 * dmu_sync()ed ZIL data blocks are bookmarked <objset, object, -2, blkid>.
262 * dnode visit bookmarks are <objset, object id of dnode, -3, 0>.
278 #define SET_BOOKMARK(zb, objset, object, level, blkid) \
280 (zb)->zb_objset = objset; \
dmu.h 79 typedef struct objset objset_t;
155 DMU_OT_OBJSET, /* OBJSET */
331 * Allocate an object from this objset. The range of object numbers
353 * Free an object from this objset.
377 * XXX Can only be called on a objset with no dirty data.
846 * Add entries to the nvlist for all the objset's properties. See
854 * refdbytes is the amount of space "referenced" by this objset.
855 * availbytes is the amount of space available to this objset, taking
874 * Get the [cm]time for an objset's snapshot dir
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_traverse.c 77 uint64_t objset, uint64_t object);
79 uint64_t objset, uint64_t object);
435 uint64_t objset, uint64_t object)
441 SET_BOOKMARK(&czb, objset, object, dnp->dn_nlevels - 1, j);
446 SET_BOOKMARK(&czb, objset, object, 0, DMU_SPILL_BLKID);
453 uint64_t objset, uint64_t object)
463 SET_BOOKMARK(&czb, objset, object, ZB_DNODE_LEVEL,
474 SET_BOOKMARK(&czb, objset, object, dnp->dn_nlevels - 1, j);
481 SET_BOOKMARK(&czb, objset, object, 0, DMU_SPILL_BLKID);
486 SET_BOOKMARK(&czb, objset, object, ZB_DNODE_LEVEL
    [all...]
sa.c 1421 sa_handle_get(objset_t *objset, uint64_t objid, void *userp,
1427 if (error = dmu_bonus_hold(objset, objid, NULL, &db))
1430 return (sa_handle_get_from_db(objset, db, userp, hdl_type,
1435 sa_buf_hold(objset_t *objset, uint64_t obj_num, void *tag, dmu_buf_t **db)
1437 return (dmu_bonus_hold(objset, obj_num, tag, db));
dsl_scan.c 588 uint64_t objset, uint64_t object, uint64_t blkid, zbookmark_phys_t *czb)
599 SET_BOOKMARK(czb, objset, object, BP_GET_LEVEL(bp), blkid);
1377 * be -1, so we will skip this and find a new objset

Completed in 25 milliseconds