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.c143 return (os->os_phys->os_type); in dmu_objset_type()
543 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
544 os->os_flags = os->os_phys->os_flags; in dmu_objset_open_impl()
550 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
551 memset(os->os_phys, 0, size); in dmu_objset_open_impl()
666 os->os_zil_header = os->os_phys->os_zil_header; in dmu_objset_open_impl()
689 dnode_special_open(os, &os->os_phys->os_meta_dnode, in dmu_objset_open_impl()
692 dnode_special_open(os, &os->os_phys->os_userused_dnode, in dmu_objset_open_impl()
694 dnode_special_open(os, &os->os_phys->os_groupused_dnode, in dmu_objset_open_impl()
698 &os->os_phys->os_projectused_dnode, in dmu_objset_open_impl()
[all …]
H A Dzfs_znode.c362 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_zplprop()
H A Ddmu_redact.c195 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_deleteq()
363 if (rt_arg->os->os_phys->os_type == DMU_OST_ZFS) in redact_traverse_thread()
H A Dzcp_get.c58 switch (os->os_phys->os_type) { in get_objset_type()
H A Ddsl_crypt.c2138 memcpy(os->os_phys->os_portable_mac, portable_mac, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync()
2139 memset(os->os_phys->os_local_mac, 0, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync()
2538 os->os_phys->os_portable_mac, ZIO_OBJSET_MAC_LEN)); in dsl_crypto_populate_key_nvlist()
H A Ddsl_dataset.c1739 memcmp(&os->os_phys->os_zil_header, &zero_zil, in dsl_dataset_snapshot_sync_impl()
2951 return (memcmp(&os->os_phys->os_meta_dnode, in dsl_dataset_modified_since_snap()
2952 &os_snap->os_phys->os_meta_dnode, in dsl_dataset_modified_since_snap()
2953 sizeof (os->os_phys->os_meta_dnode)) != 0); in dsl_dataset_modified_since_snap()
H A Ddmu_send.c2991 } else if (os->os_phys->os_type == DMU_OST_ZVOL) { in dmu_adjust_send_estimate_for_indirects()
H A Dzfs_ioctl.c3329 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.h107 objset_phys_t *os_phys; member