Home
last modified time | relevance | path

Searched refs:os_phys (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_objset.c116 return (os->os_phys->os_type); in dmu_objset_type()
345 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
346 os->os_flags = os->os_phys->os_flags; in dmu_objset_open_impl()
352 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
353 bzero(os->os_phys, size); in dmu_objset_open_impl()
446 os->os_zil_header = os->os_phys->os_zil_header; in dmu_objset_open_impl()
464 dnode_special_open(os, &os->os_phys->os_meta_dnode, in dmu_objset_open_impl()
467 dnode_special_open(os, &os->os_phys->os_userused_dnode, in dmu_objset_open_impl()
469 dnode_special_open(os, &os->os_phys->os_groupused_dnode, in dmu_objset_open_impl()
547 } else if (type != DMU_OST_ANY && type != (*osp)->os_phys->os_type) { in dmu_objset_own_impl()
[all …]
H A Ddsl_dataset.c1399 bcmp(&os->os_phys->os_zil_header, &zero_zil, in dsl_dataset_snapshot_sync_impl()
2095 return (bcmp(&os->os_phys->os_meta_dnode, in dsl_dataset_modified_since_snap()
2096 &os_snap->os_phys->os_meta_dnode, in dsl_dataset_modified_since_snap()
2097 sizeof (os->os_phys->os_meta_dnode)) != 0); in dsl_dataset_modified_since_snap()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_objset.h77 objset_phys_t *os_phys; member