Home
last modified time | relevance | path

Searched defs:objset (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h102 struct objset { struct
113 * root their descendents in this objset using handles anyway, so argument
107 os_physobjset global() argument
116 os_meta_dnodeobjset global() argument
117 os_userused_dnodeobjset global() argument
118 os_groupused_dnodeobjset global() argument
119 os_projectused_dnodeobjset global() argument
120 os_zilobjset global() argument
122 os_evicting_nodeobjset global() argument
125 os_dnodesizeobjset global() argument
126 os_checksumobjset global() argument
127 os_compressobjset global() argument
128 os_complevelobjset global() argument
129 os_copiesobjset global() argument
130 os_dedup_checksumobjset global() argument
131 os_dedup_verifyobjset global() argument
132 os_logbiasobjset global() argument
133 os_primary_cacheobjset global() argument
134 os_secondary_cacheobjset global() argument
135 os_prefetchobjset global() argument
136 os_syncobjset global() argument
137 os_redundant_metadataobjset global() argument
138 os_recordsizeobjset global() argument
145 os_versionobjset global() argument
146 os_normalizationobjset global() argument
147 os_utf8onlyobjset global() argument
148 os_casesensitivityobjset global() argument
153 os_zpl_special_smallblockobjset global() argument
159 os_rootbpobjset global() argument
162 os_synctxobjset global() argument
163 os_zil_headerobjset global() argument
164 os_synced_dnodesobjset global() argument
165 os_flagsobjset global() argument
166 os_freed_dnodesobjset global() argument
167 os_rescan_dnodesobjset global() argument
168 os_raw_receiveobjset global() argument
171 os_next_write_rawobjset global() argument
174 os_obj_lockobjset global() argument
198 os_upgrade_cbobjset global() argument
212 os_upgrade_statusobjset global() argument
H A Dzio.h314 SET_BOOKMARK(zb,objset,object,level,blkid) global() argument
/freebsd-src/sys/contrib/openzfs/cmd/
H A Dzfs_ids_to_path.c64 uint64_t objset, object; in main() local
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Ddataset_kstats.c90 dataset_kstats_create(dataset_kstats_t * dk,objset_t * objset) dataset_kstats_create() argument
[all...]
H A Ddmu_traverse.c497 uint64_t objset, uint64_t object) in prefetch_dnode_metadata() argument
515 uint64_t objset, uint64_t object) in traverse_dnode() argument
624 traverse_impl(spa_t * spa,dsl_dataset_t * ds,uint64_t objset,blkptr_t * rootbp,uint64_t txg_start,zbookmark_phys_t * resume,int flags,blkptr_cb_t func,void * arg) traverse_impl() argument
[all...]
H A Dsa.c1440 sa_handle_get(objset_t * objset,uint64_t objid,void * userp,sa_handle_type_t hdl_type,sa_handle_t ** handlepp) sa_handle_get() argument
1454 sa_buf_hold(objset_t * objset,uint64_t obj_num,const void * tag,dmu_buf_t ** db) sa_buf_hold() argument
H A Dspa_stats.c59 uint64_t objset; /* read from this objset */ member
H A Ddmu_send.c2188 uint64_t objset = dspp->ancestor_zb.zbm_redaction_obj; setup_resume_points() local
H A Ddsl_scan.c1946 dsl_scan_prefetch_dnode(dsl_scan_t * scn,dnode_phys_t * dnp,uint64_t objset,uint64_t object) dsl_scan_prefetch_dnode() argument
/freebsd-src/stand/libsa/zfs/
H A Dzfsimpl.c49 objset_phys_t objset; member
3302 zfs_mount_dataset(const spa_t *spa, uint64_t objnum, objset_phys_t *objset) in zfs_mount_dataset()