HomeSort by: relevance | last modified time | path
    Searched refs:DMU_OST_ANY (Results 1 - 7 of 7) sorted by relevancy

  /src/external/cddl/osnet/dist/cmd/zinject/
translate.c 246 if ((err = dmu_objset_own(dataset, DMU_OST_ANY,
  /src/external/cddl/osnet/dist/uts/common/sys/fs/
zfs.h 70 DMU_OST_ANY, /* Be careful! */
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_objset.c 547 } else if (type != DMU_OST_ANY && type != (*osp)->os_phys->os_type) {
810 ASSERT(type != DMU_OST_ANY);
dsl_destroy.c 946 error = dmu_objset_own(name, DMU_OST_ANY, B_FALSE, FTAG, &os);
zil.c 680 DMU_OST_ANY, B_FALSE, FTAG, &os);
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 2249 error = dmu_objset_own(dsname, DMU_OST_ANY, B_TRUE, FTAG, &os);
3813 error = dmu_objset_own(target, DMU_OST_ANY,
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 3491 error = dmu_objset_own(snap2name, DMU_OST_ANY, B_TRUE, FTAG, &os);
5683 DMU_OST_ANY, B_TRUE, FTAG, &os));

Completed in 72 milliseconds