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.c136 return (os->os_phys->os_type); in dmu_objset_type()
530 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
531 os->os_flags = os->os_phys->os_flags; in dmu_objset_open_impl()
537 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
538 memset(os->os_phys, 0, size); in dmu_objset_open_impl()
654 os->os_zil_header = os->os_phys->os_zil_header; in dmu_objset_open_impl()
677 dnode_special_open(os, &os->os_phys->os_meta_dnode, in dmu_objset_open_impl()
680 dnode_special_open(os, &os->os_phys->os_userused_dnode, in dmu_objset_open_impl()
682 dnode_special_open(os, &os->os_phys->os_groupused_dnode, in dmu_objset_open_impl()
686 &os->os_phys->os_projectused_dnode, in dmu_objset_open_impl()
[all …]
H A Dzfs_znode.c353 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_zplprop()
H A Ddmu_redact.c182 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_deleteq()
350 if (rt_arg->os->os_phys->os_type == DMU_OST_ZFS) in redact_traverse_thread()
H A Dzcp_get.c55 switch (os->os_phys->os_type) { in get_objset_type()
H A Ddsl_crypt.c2239 memcpy(os->os_phys->os_portable_mac, portable_mac, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync()
2240 memset(os->os_phys->os_local_mac, 0, ZIO_OBJSET_MAC_LEN); in dsl_crypto_recv_raw_objset_sync()
2639 os->os_phys->os_portable_mac, ZIO_OBJSET_MAC_LEN)); in dsl_crypto_populate_key_nvlist()
H A Ddsl_dataset.c1747 memcmp(&os->os_phys->os_zil_header, &zero_zil, in dsl_dataset_snapshot_sync_impl()
2981 return (memcmp(&os->os_phys->os_meta_dnode, in dsl_dataset_modified_since_snap()
2982 &os_snap->os_phys->os_meta_dnode, in dsl_dataset_modified_since_snap()
2983 sizeof (os->os_phys->os_meta_dnode)) != 0); in dsl_dataset_modified_since_snap()
H A Ddmu_send.c3038 } else if (os->os_phys->os_type == DMU_OST_ZVOL) { in dmu_adjust_send_estimate_for_indirects()
H A Dzfs_ioctl.c3779 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.h98 objset_phys_t *os_phys; member