Home
last modified time | relevance | path

Searched defs:sa_os (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dsa_impl.h136 struct sa_os { struct
137 kmutex_t sa_lock;
138 boolean_t sa_need_attr_registration;
139 boolean_t sa_force_spill;
140 uint64_t sa_master_obj;
141 uint64_t sa_reg_attr_obj;
142 uint64_t sa_layout_attr_obj;
143 int sa_num_attrs;
144 sa_attr_table_t *sa_attr_table; /* private attr table */
145 sa_update_cb_t *sa_update_cb;
[all …]
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c3333 static objset_t *sa_os = NULL; variable