| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | dmu_objset.h | 99 typedef int (*dmu_objset_upgrade_cb_t)(objset_t *); 214 objset_t **osp); 219 const void *tag, objset_t **osp); 227 void dmu_objset_stats(objset_t *os, nvlist_t *nv); 231 uint64_t dmu_objset_fsid_guid(objset_t *os); 235 void dmu_objset_evict_dbufs(objset_t *os); 247 objset_t **osp); 248 void dmu_objset_evict(objset_t *os); 252 void dmu_objset_userspace_upgrade(objset_t *os); 261 void dmu_objset_id_quota_upgrade(objset_t *os); [all …]
|
| H A D | zap.h | 123 uint64_t zap_create(objset_t *ds, dmu_object_type_t ot, 129 uint64_t zap_create_norm_dnsize(objset_t *ds, int normflags, 144 uint64_t zap_create_link(objset_t *os, dmu_object_type_t ot, 163 int zap_create_claim_norm(objset_t *ds, uint64_t obj, 166 int zap_create_claim_norm_dnsize(objset_t *ds, uint64_t obj, 247 int zap_add(objset_t *ds, uint64_t zapobj, const char *key, 316 int zap_value_search(objset_t *os, uint64_t zapobj, 345 int zap_add_int_key(objset_t *os, uint64_t obj, 347 int zap_update_int_key(objset_t *os, uint64_t obj, 349 int zap_lookup_int_key(objset_t *os, uint64_t obj, [all …]
|
| H A D | dmu.h | 80 typedef struct objset objset_t; typedef 332 objset_t **osp); 337 void dmu_objset_evict_dbufs(objset_t *os); 741 objset_t *dmu_buf_get_objset(dmu_buf_t *db); 784 dmu_tx_t *dmu_tx_create(objset_t *os); 994 uint64_t dmu_objset_fsid_guid(objset_t *os); 1001 int dmu_objset_is_snapshot(objset_t *os); 1003 extern struct spa *dmu_objset_spa(objset_t *os); 1009 extern uint64_t dmu_objset_id(objset_t *os); 1013 extern int dmu_objset_blksize(objset_t *os); [all …]
|
| H A D | sa.h | 122 int sa_handle_get(objset_t *, uint64_t, void *userp, 124 int sa_handle_get_from_db(objset_t *, dmu_buf_t *, void *userp, 127 int sa_buf_hold(objset_t *, uint64_t, const void *, dmu_buf_t **); 145 void sa_register_update_callback(objset_t *, sa_update_cb_t *); 146 int sa_setup(objset_t *, uint64_t, const sa_attr_reg_t *, int, 148 void sa_tear_down(objset_t *); 153 boolean_t sa_enabled(objset_t *); 156 int sa_set_sa_object(objset_t *, uint64_t);
|
| H A D | bptree.h | 51 uint64_t bptree_alloc(objset_t *os, dmu_tx_t *tx); 52 int bptree_free(objset_t *os, uint64_t obj, dmu_tx_t *tx); 53 boolean_t bptree_is_empty(objset_t *os, uint64_t obj); 55 void bptree_add(objset_t *os, uint64_t obj, blkptr_t *bp, uint64_t birth_txg, 58 int bptree_iterate(objset_t *os, uint64_t obj, boolean_t free,
|
| H A D | bpobj.h | 61 objset_t *bpo_os; 75 uint64_t bpobj_alloc(objset_t *mos, int blocksize, dmu_tx_t *tx); 76 uint64_t bpobj_alloc_empty(objset_t *os, int blocksize, dmu_tx_t *tx); 77 void bpobj_free(objset_t *os, uint64_t obj, dmu_tx_t *tx); 78 void bpobj_decr_empty(objset_t *os, dmu_tx_t *tx); 80 int bpobj_open(bpobj_t *bpo, objset_t *mos, uint64_t object);
|
| H A D | ddt.h | 143 objset_t *ddt_os; 167 int (*ddt_op_create)(objset_t *os, uint64_t *object, dmu_tx_t *tx, 169 int (*ddt_op_destroy)(objset_t *os, uint64_t object, dmu_tx_t *tx); 170 int (*ddt_op_lookup)(objset_t *os, uint64_t object, ddt_entry_t *dde); 171 void (*ddt_op_prefetch)(objset_t *os, uint64_t object, 173 int (*ddt_op_update)(objset_t *os, uint64_t object, ddt_entry_t *dde, 175 int (*ddt_op_remove)(objset_t *os, uint64_t object, ddt_entry_t *dde, 177 int (*ddt_op_walk)(objset_t *os, uint64_t object, ddt_entry_t *dde, 179 int (*ddt_op_count)(objset_t *os, uint64_t object, uint64_t *count);
|
| H A D | vdev_indirect_births.h | 50 objset_t *vib_objset; 56 extern vdev_indirect_births_t *vdev_indirect_births_open(objset_t *os, 60 extern uint64_t vdev_indirect_births_alloc(objset_t *os, dmu_tx_t *tx); 61 extern void vdev_indirect_births_free(objset_t *os, uint64_t object,
|
| H A D | vdev_indirect_mapping.h | 91 objset_t *vim_objset; 97 extern vdev_indirect_mapping_t *vdev_indirect_mapping_open(objset_t *os, 100 extern uint64_t vdev_indirect_mapping_alloc(objset_t *os, dmu_tx_t *tx); 101 extern void vdev_indirect_mapping_free(objset_t *os, uint64_t obj,
|
| H A D | dsl_deadlist.h | 49 objset_t *dl_os; 92 void dsl_deadlist_open(dsl_deadlist_t *dl, objset_t *os, uint64_t object); 95 uint64_t dsl_deadlist_alloc(objset_t *os, dmu_tx_t *tx); 96 void dsl_deadlist_free(objset_t *os, uint64_t dlobj, dmu_tx_t *tx);
|
| H A D | dmu_impl.h | 248 void dmu_object_zapify(objset_t *, uint64_t, dmu_object_type_t, dmu_tx_t *); 249 void dmu_object_free_zapified(objset_t *, uint64_t, dmu_tx_t *);
|
| H A D | space_map.h | 96 objset_t *sm_os; /* objset for this map */ 234 uint64_t space_map_alloc(objset_t *os, int blocksize, dmu_tx_t *tx); 236 void space_map_free_obj(objset_t *os, uint64_t smobj, dmu_tx_t *tx); 238 int space_map_open(space_map_t **smp, objset_t *os, uint64_t object,
|
| H A D | zfs_znode.h | 160 extern int zfs_obj_to_path(objset_t *osp, uint64_t obj, char *buf, int len); 161 extern int zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value); 265 extern void zfs_set_dataprop(objset_t *); 266 extern void zfs_create_fs(objset_t *os, cred_t *cr, nvlist_t *, 284 extern int zfs_get_stats(objset_t *os, nvlist_t *nv); 285 extern boolean_t zfs_get_vfs_flag_unmounted(objset_t *os);
|
| H A D | zvol.h | 49 extern int zvol_get_stats(objset_t *, nvlist_t *); 51 extern void zvol_create_cb(objset_t *, void *, cred_t *, dmu_tx_t *);
|
| H A D | dmu_recv.h | 65 objset_t *drc_os; 87 boolean_t dmu_objset_is_receiving(objset_t *);
|
| H A D | dsl_deleg.h | 83 int dsl_deleg_destroy(objset_t *os, uint64_t zapobj, dmu_tx_t *tx); 84 boolean_t dsl_delegation_on(objset_t *os);
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_objset.c | 180 objset_t *os = arg; in checksum_changed_cb() 193 objset_t *os = arg; in compression_changed_cb() 209 objset_t *os = arg; in copies_changed_cb() 223 objset_t *os = arg; in dedup_changed_cb() 241 objset_t *os = arg; in primary_cache_changed_cb() 468 objset_t *os; in dmu_objset_open_impl() 716 objset_t *os; in dmu_objset_from_ds() 1070 objset_t * 1074 objset_t *os; in dmu_objset_create_impl_dnstats() 1165 objset_t * [all …]
|
| H A D | ddt_zap.c | 38 ddt_zap_create(objset_t *os, uint64_t *objectp, dmu_tx_t *tx, boolean_t prehash) in ddt_zap_create() 53 ddt_zap_destroy(objset_t *os, uint64_t object, dmu_tx_t *tx) in ddt_zap_destroy() 59 ddt_zap_lookup(objset_t *os, uint64_t object, ddt_entry_t *dde) in ddt_zap_lookup() 88 ddt_zap_prefetch(objset_t *os, uint64_t object, ddt_entry_t *dde) in ddt_zap_prefetch() 95 ddt_zap_update(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) in ddt_zap_update() 108 ddt_zap_remove(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) in ddt_zap_remove() 115 ddt_zap_walk(objset_t *os, uint64_t object, ddt_entry_t *dde, uint64_t *walk) in ddt_zap_walk() 153 ddt_zap_count(objset_t *os, uint64_t object, uint64_t *count) in ddt_zap_count()
|
| H A D | dmu_object.c | 47 dmu_object_alloc_impl(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_impl() 226 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc() 234 dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_ibs() 243 dmu_object_alloc_dnsize(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_dnsize() 256 dmu_object_alloc_hold(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_hold() 265 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim() 273 dmu_object_claim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim_dnsize() 303 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim() 338 dmu_object_rm_spill(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_object_rm_spill() 360 dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_object_free() [all …]
|
| H A D | zap_micro.c | 525 objset_t *os = dmu_buf_get_objset(db); in zap_lockdir_impl() 616 zap_lockdir(objset_t *os, uint64_t obj, dmu_tx_t *tx, in zap_lockdir() 818 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create() 825 zap_create_dnsize(objset_t *os, dmu_object_type_t ot, in zap_create_dnsize() 884 zap_destroy(objset_t *os, uint64_t zapobj, dmu_tx_t *tx) in zap_destroy() 911 zap_count(objset_t *os, uint64_t zapobj, uint64_t *count) in zap_count() 985 zap_lookup(objset_t *os, uint64_t zapobj, const char *name, in zap_lookup() 1054 zap_prefetch(objset_t *os, uint64_t zapobj, const char *name) in zap_prefetch() 1157 zap_length(objset_t *os, uint64_t zapobj, const char *name, in zap_length() 1295 zap_add(objset_t *os, uint64_t zapobj, const char *key, in zap_add() [all …]
|
| H A D | dsl_deleg.c | 161 objset_t *mos = dp->dp_meta_objset; in dsl_deleg_set_sync() 206 objset_t *mos = dp->dp_meta_objset; in dsl_deleg_unset_sync() 311 objset_t *mos; in dsl_deleg_get() 416 dsl_check_access(objset_t *mos, uint64_t zapobj, in dsl_check_access() 437 dsl_check_user_access(objset_t *mos, uint64_t zapobj, const char *perm, in dsl_check_user_access() 481 dsl_load_sets(objset_t *mos, uint64_t zapobj, in dsl_load_sets() 520 dsl_load_user_sets(objset_t *mos, uint64_t zapobj, avl_tree_t *avl, in dsl_load_user_sets() 558 objset_t *mos; in dsl_deleg_access_impl() 682 objset_t *mos = dd->dd_pool->dp_meta_objset; in copy_create_perms() 746 dsl_deleg_destroy(objset_t *mos, uint64_t zapobj, dmu_tx_t *tx) in dsl_deleg_destroy() [all …]
|
| H A D | bptree.c | 60 bptree_alloc(objset_t *os, dmu_tx_t *tx) in bptree_alloc() 88 bptree_free(objset_t *os, uint64_t obj, dmu_tx_t *tx) in bptree_free() 105 bptree_is_empty(objset_t *os, uint64_t obj) in bptree_is_empty() 119 bptree_add(objset_t *os, uint64_t obj, blkptr_t *bp, uint64_t birth_txg, in bptree_add() 188 bptree_iterate(objset_t *os, uint64_t obj, boolean_t free, bptree_itor_t func, in bptree_iterate()
|
| H A D | dmu.c | 190 dmu_buf_hold_noread(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold_noread() 242 dmu_buf_hold(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold() 334 dmu_rm_spill(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_rm_spill() 646 dmu_buf_hold_array(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold_array() 880 dmu_objset_zfs_unmounting(objset_t *os) in dmu_objset_zfs_unmounting() 996 dmu_free_long_range(objset_t *os, uint64_t object, in dmu_free_long_range() 1021 dmu_free_long_object(objset_t *os, uint64_t object) in dmu_free_long_object() 1046 dmu_free_range(objset_t *os, uint64_t object, uint64_t offset, in dmu_free_range() 1227 dmu_write_embedded(objset_t *os, uint64_t object, uint64_t offset, in dmu_write_embedded() 1511 objset_t *os = dn->dn_objset; in dmu_assign_arcbuf_by_dnode() [all …]
|
| H A D | zap.c | 634 objset_t *os = zap->zap_objset; in zap_expand_leaf() 723 objset_t *os = zap->zap_objset; in zap_put_leaf_maybe_grow_ptrtbl() 987 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link() 1032 zap_join(objset_t *os, uint64_t fromobj, uint64_t intoobj, dmu_tx_t *tx) in zap_join() 1056 zap_join_key(objset_t *os, uint64_t fromobj, uint64_t intoobj, in zap_join_key() 1081 zap_join_increment(objset_t *os, uint64_t fromobj, uint64_t intoobj, in zap_join_increment() 1112 zap_add_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx) in zap_add_int() 1121 zap_remove_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx) in zap_remove_int() 1130 zap_lookup_int(objset_t *os, uint64_t obj, uint64_t value) in zap_lookup_int() 1139 zap_add_int_key(objset_t *os, uint64_t obj, in zap_add_int_key() [all …]
|
| H A D | vdev_indirect_births.c | 90 vdev_indirect_births_alloc(objset_t *os, dmu_tx_t *tx) in vdev_indirect_births_alloc() 101 vdev_indirect_births_open(objset_t *os, uint64_t births_object) in vdev_indirect_births_open() 124 vdev_indirect_births_free(objset_t *os, uint64_t object, dmu_tx_t *tx) in vdev_indirect_births_free()
|