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

  /src/external/cddl/osnet/dist/cmd/zinject/
translate.c 161 err = dmu_objset_own(dataset, DMU_OST_ZFS, B_TRUE, FTAG, &os);
  /src/external/cddl/osnet/dist/cmd/zhack/
zhack.c 139 dmu_objset_register_type(DMU_OST_ZFS, space_delta_cb);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
sa.c 867 if (ostype == DMU_OST_ZFS && sa_attr_count == 0)
875 if (ostype == DMU_OST_ZFS) {
949 if (ostype == DMU_OST_ZFS) {
1094 if (ostype == DMU_OST_ZFS) {
zfs_ioctl.c 388 if (dmu_objset_type(os) != DMU_OST_ZFS) {
621 error = dmu_objset_own(name, DMU_OST_ZFS, B_TRUE,
1472 if (dmu_objset_type(os) != DMU_OST_ZFS) {
1878 if (dmu_objset_type(os) != DMU_OST_ZFS) {
1907 if (dmu_objset_type(os) != DMU_OST_ZFS) {
2270 dmu_objset_type(os) == DMU_OST_ZFS) {
3286 case DMU_OST_ZFS:
3330 } else if (type == DMU_OST_ZFS) {
3792 if (zc->zc_objset_type == DMU_OST_ZFS) {
3891 if (zc->zc_objset_type == DMU_OST_ZFS && !allow_mounted)
    [all...]
dsl_pool.c 500 dsl_dataset_get_blkptr(ds), DMU_OST_ZFS, tx);
zfs_vfsops.c 1248 error = dmu_objset_own(osname, DMU_OST_ZFS, B_TRUE, zfsvfs, &os);
2852 dmu_objset_register_type(DMU_OST_ZFS, zfs_space_delta_cb);
dmu_send.c 797 if (dmu_objset_type(os) == DMU_OST_ZFS) {
zvol.c 3226 if (dmu_objset_type(os) != DMU_OST_ZFS) {
spa.c 533 if (dmu_objset_type(os) != DMU_OST_ZFS) {
  /src/external/cddl/osnet/dist/uts/common/sys/fs/
zfs.h 67 DMU_OST_ZFS,
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_dataset.c 423 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS)
432 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS)
3392 zc.zc_objset_type = DMU_OST_ZFS;
4069 zc.zc_objset_type = DMU_OST_ZFS;
4890 zc.zc_objset_type = DMU_OST_ZFS;
libzfs_sendrecv.c 2144 zc.zc_objset_type = DMU_OST_ZFS;
2222 zc.zc_objset_type = DMU_OST_ZFS;

Completed in 70 milliseconds