Searched refs:zfs_create (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_003_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create.cfg
H A Dzfs_create_006_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create.cfg
34 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create_common.kshlib
35 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
H A Dzfs_create_007_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create.cfg
34 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create_common.kshlib
35 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/functional/cli_root/zfs_create
39 zfs_create.cfg
H A Dzfs_create_002_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create.cfg
H A Dzfs_create_004_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create_common.kshlib
34 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
H A Dzfs_create_005_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create_common.kshlib
34 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
H A Dzfs_create_008_neg.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create.cfg
H A Dzfs_create_013_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create.cfg
H A Dzfs_create_009_neg.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create.cfg
34 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
H A Dzfs_create_010_neg.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create.cfg
34 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_003_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create_common.kshlib
34 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
H A Dzfs_clone_004_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create_common.kshlib
34 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
H A Dzfs_clone_005_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create_common.kshlib
34 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
H A Dzfs_clone_006_pos.ksh34 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create_common.kshlib
35 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
H A Dzfs_clone_008_neg.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
H A Dzfs_clone_009_neg.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/properties.kshlib
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_021_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create_common.kshlib
H A Dzpool_create_022_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_create/zfs_create_common.kshlib
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/
H A DMakefile44 zfs_create \
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dhomedir.c111 if ((zfs_create(g_zfs, nm, ZFS_TYPE_FILESYSTEM, NULL)
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_create.c265 if (zfs_create(g_zfs, nbe_root_ds, ZFS_TYPE_FILESYSTEM,
301 if (zfs_create(g_zfs, child_fs, ZFS_TYPE_FILESYSTEM,
341 if (zfs_create(g_zfs, child_fs, ZFS_TYPE_FILESYSTEM,
2422 if (zfs_create(g_zfs, clone_ds, ZFS_TYPE_FILESYSTEM, bt->nbe_zfs_props)
2900 if (zfs_create(g_zfs, be_container_ds, ZFS_TYPE_FILESYSTEM,
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs.h557 extern int zfs_create(libzfs_handle_t *, const char *, zfs_type_t,
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c996 if (zfs_create(g_zfs, zfs_name, ZFS_TYPE_FILESYSTEM, props) != 0 ||
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c1375 zfs_create(vnode_t *dvp, char *name, vattr_t *vap, vcexcl_t excl, function
5234 VOPNAME_CREATE, { .vop_create = zfs_create },
5330 * zfs_create() - restrict type to VREG
5343 VOPNAME_CREATE, { .vop_create = zfs_create },

Completed in 142 milliseconds

12