Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c146 return (os->os_phys->os_type); in dmu_objset_type()
540 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
541 os->os_flags = os->os_phys->os_flags; in dmu_objset_open_impl()
547 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
548 memset(os->os_phys, 0, size); in dmu_objset_open_impl()
663 os->os_zil_header = os->os_phys->os_zil_header; in dmu_objset_open_impl()
686 dnode_special_open(os, &os->os_phys->os_meta_dnode, in dmu_objset_open_impl()
689 dnode_special_open(os, &os->os_phys->os_userused_dnode, in dmu_objset_open_impl()
691 dnode_special_open(os, &os->os_phys->os_groupused_dnode, in dmu_objset_open_impl()
695 &os->os_phys->os_projectused_dnode, in dmu_objset_open_impl()
[all …]
H A Dzfs_znode.c363 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_zplprop()
H A Ddmu_redact.c196 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_deleteq()
364 if (rt_arg->os->os_phys->os_type == DMU_OST_ZFS) in redact_traverse_thread()
H A Dzcp_get.c59 switch (os->os_phys->os_type) { in get_objset_type()
H A Ddsl_crypt.c2139 memcpy(os->os_phys->os_portable_mac, portable_mac, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync()
2140 memset(os->os_phys->os_local_mac, 0, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync()
2539 os->os_phys->os_portable_mac, ZIO_OBJSET_MAC_LEN)); in dsl_crypto_populate_key_nvlist()
H A Ddsl_dataset.c1743 memcmp(&os->os_phys->os_zil_header, &zero_zil, in dsl_dataset_snapshot_sync_impl()
2962 return (memcmp(&os->os_phys->os_meta_dnode, in dsl_dataset_modified_since_snap()
2963 &os_snap->os_phys->os_meta_dnode, in dsl_dataset_modified_since_snap()
2964 sizeof (os->os_phys->os_meta_dnode)) != 0); in dsl_dataset_modified_since_snap()
H A Ddmu_send.c2992 } else if (os->os_phys->os_type == DMU_OST_ZVOL) { in dmu_adjust_send_estimate_for_indirects()
H A Dzfs_ioctl.c3407 if (os != NULL && os->os_phys->os_type != DMU_OST_ZFS) in zfs_fill_zplprops_impl()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h108 objset_phys_t *os_phys; member