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.h137 struct sa_os { struct
138 kmutex_t sa_lock;
139 boolean_t sa_need_attr_registration;
140 boolean_t sa_force_spill;
141 uint64_t sa_master_obj;
142 uint64_t sa_reg_attr_obj;
143 uint64_t sa_layout_attr_obj;
144 int sa_num_attrs;
145 sa_attr_table_t *sa_attr_table; /* private attr table */
146 sa_update_cb_t *sa_update_cb;
[all …]
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c3381 static objset_t *sa_os = NULL; variable