Searched refs:ds_owner (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h173 void *ds_owner; member in struct:dsl_dataset
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_dataset.c293 ASSERT(ds->ds_owner == NULL);
303 ASSERT(ds->ds_owner == NULL);
749 ASSERT3P(ds->ds_owner, ==, tag);
753 ds->ds_owner = NULL;
766 if (ds->ds_owner == NULL && !DS_IS_INCONSISTENT(ds)) {
767 ds->ds_owner = tag;
780 rv = (ds->ds_owner != NULL);
2270 VERIFY3P(ds->ds_owner, ==, owner);
H A Ddmu_send.c3045 ASSERT3P(drc->drc_ds->ds_owner, ==, dmu_recv_tag);
3169 VERIFY3P(origin_head->ds_owner, ==, drc->drc_owner);
3296 os->os_dsl_dataset->ds_owner == dmu_recv_tag);
H A Ddmu_objset.c608 * that is owned by 'tag'; that is, is held and long held by 'tag' and ds_owner
626 VERIFY3P(ds->ds_owner, ==, tag);
H A Dzfs_vfsops.c2711 VERIFY3P(ds->ds_owner, ==, zfsvfs);

Completed in 117 milliseconds