| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | dmu_traverse.c | 78 uint64_t objset, uint64_t object); 80 uint64_t objset, uint64_t object); 433 uint64_t objset, uint64_t object) in prefetch_dnode_metadata() argument 439 SET_BOOKMARK(&czb, objset, object, dnp->dn_nlevels - 1, j); in prefetch_dnode_metadata() 444 SET_BOOKMARK(&czb, objset, object, 0, DMU_SPILL_BLKID); in prefetch_dnode_metadata() 451 uint64_t objset, uint64_t object) in traverse_dnode() argument 461 SET_BOOKMARK(&czb, objset, object, ZB_DNODE_LEVEL, in traverse_dnode() 479 SET_BOOKMARK(&czb, objset, object, 0, DMU_SPILL_BLKID); in traverse_dnode() 484 SET_BOOKMARK(&czb, objset, object, ZB_DNODE_LEVEL, in traverse_dnode() 563 ASSERT(ds == NULL || objset == ds->ds_object); in traverse_impl() [all …]
|
| H A D | sa.c | 1409 sa_handle_get(objset_t *objset, uint64_t objid, void *userp, in sa_handle_get() argument 1415 if (error = dmu_bonus_hold(objset, objid, NULL, &db)) in sa_handle_get() 1418 return (sa_handle_get_from_db(objset, db, userp, hdl_type, in sa_handle_get() 1423 sa_buf_hold(objset_t *objset, uint64_t obj_num, void *tag, dmu_buf_t **db) in sa_buf_hold() argument 1425 return (dmu_bonus_hold(objset, obj_num, tag, db)); in sa_buf_hold()
|
| H A D | zio.c | 3113 zio_alloc_zil(spa_t *spa, uint64_t objset, uint64_t txg, blkptr_t *new_bp, in zio_alloc_zil() argument 3130 cityhash4(0, 0, 0, objset) % spa->spa_alloc_count); in zio_alloc_zil() 3136 &io_alloc_list, NULL, cityhash4(0, 0, 0, objset) % in zio_alloc_zil()
|
| H A D | dsl_scan.c | 1431 uint64_t objset, uint64_t object) in dsl_scan_prefetch_dnode() argument 1440 SET_BOOKMARK(&zb, objset, object, 0, 0); in dsl_scan_prefetch_dnode()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | dnode.h | 130 struct objset; 217 struct objset *dn_objset; 328 void dnode_special_open(struct objset *dd, dnode_phys_t *dnp, 336 int dnode_hold(struct objset *dd, uint64_t object, 338 int dnode_hold_impl(struct objset *dd, uint64_t object, int flag, int dn_slots,
|
| H A D | zfs_ioctl.h | 418 struct objset; 433 extern int getzfsvfs_impl(struct objset *, struct zfsvfs **); 435 extern int getzfsvfs_impl(struct objset *, vfs_t **);
|
| H A D | dsl_pool.h | 47 struct objset; 86 struct objset *dp_meta_objset;
|
| H A D | zfeature.h | 43 struct objset;
|
| H A D | dbuf.h | 170 struct objset *db_objset; 308 dmu_buf_impl_t *dbuf_find(struct objset *os, uint64_t object, uint8_t level,
|
| H A D | dmu_impl.h | 237 struct objset;
|
| H A D | zio.h | 267 #define SET_BOOKMARK(zb, objset, object, level, blkid) \ argument 269 (zb)->zb_objset = objset; \ 554 extern int zio_alloc_zil(spa_t *spa, uint64_t objset, uint64_t txg,
|
| H A D | dsl_scan.h | 39 struct objset;
|
| H A D | dmu_objset.h | 74 struct objset { struct
|
| H A D | dmu.h | 79 typedef struct objset objset_t;
|
| /freebsd-12.1/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 44 objset_phys_t objset; member 2664 zfs_mount_dataset(const spa_t *spa, uint64_t objnum, objset_phys_t *objset) in zfs_mount_dataset() argument 2675 if (zio_read(spa, &ds->ds_bp, objset)) { in zfs_mount_dataset() 2747 if (zfs_mount_dataset(spa, rootobj, &mount->objset)) { in zfs_mount() 3087 if (mount->objset.os_type != DMU_OST_ZFS) { in zfs_lookup() 3089 (uintmax_t)mount->objset.os_type); in zfs_lookup() 3099 rc = objset_get_dnode(spa, &mount->objset, MASTER_NODE_OBJ, &dn); in zfs_lookup() 3113 rc = objset_get_dnode(spa, &mount->objset, objnum, &dn); in zfs_lookup() 3119 rc = objset_get_dnode(spa, &mount->objset, objnum, &dn); in zfs_lookup() 3176 rc = objset_get_dnode(spa, &mount->objset, objnum, &dn); in zfs_lookup()
|
| H A D | zfs.c | 677 if (mount->objset.os_type != DMU_OST_ZFS) { in zfs_dev_open() 679 (uintmax_t)mount->objset.os_type); in zfs_dev_open()
|