Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c116 return (os->os_phys->os_type); in dmu_objset_type()
348 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
349 os->os_flags = os->os_phys->os_flags; in dmu_objset_open_impl()
355 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
356 bzero(os->os_phys, size); in dmu_objset_open_impl()
450 os->os_zil_header = os->os_phys->os_zil_header; in dmu_objset_open_impl()
468 dnode_special_open(os, &os->os_phys->os_meta_dnode, in dmu_objset_open_impl()
471 dnode_special_open(os, &os->os_phys->os_userused_dnode, in dmu_objset_open_impl()
473 dnode_special_open(os, &os->os_phys->os_groupused_dnode, in dmu_objset_open_impl()
549 } else if (type != DMU_OST_ANY && type != (*osp)->os_phys->os_type) { in dmu_objset_own_impl()
[all …]
H A Ddsl_dataset.c1340 bcmp(&os->os_phys->os_zil_header, &zero_zil, in dsl_dataset_snapshot_sync_impl()
1980 return (bcmp(&os->os_phys->os_meta_dnode, in dsl_dataset_modified_since_snap()
1981 &os_snap->os_phys->os_meta_dnode, in dsl_dataset_modified_since_snap()
1982 sizeof (os->os_phys->os_meta_dnode)) != 0); in dsl_dataset_modified_since_snap()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h77 objset_phys_t *os_phys; member