Searched refs:zfs (Results 101 - 125 of 191) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c46 * from the "zfs" command and modified to better suit this library's
80 * zfs file share info.
205 * compares the mountpoint on two zfs file systems handles.
405 * called "zfs".
416 * we check to see if the "zfs" group exists. Since this
418 * parent. This is to make sure the zfs group has been created
427 ret = sa_set_group_attr(group, "zfs", "true");
444 * ZFS shares will be in a subgroup of the "zfs" master group. This
447 * that. The "zfs" group will exist before we get here, but we make
458 sa_group_t zfs; local
1198 char *zfs; local
[all...]
H A Dlibshare.c583 if (fstype != NULL && strcmp(fstype, "zfs") == 0) {
667 xmlChar *zfs; local
673 zfs = xmlGetProp(parent, (xmlChar *)"zfs");
674 if (zfs != NULL) {
675 xmlFree(zfs);
1027 legacy |= sa_get_zfs_shares(handle, "zfs");
1722 char *zfs; local
1726 zfs = sa_get_group_attr(group, "zfs");
2781 int zfs = 0; local
[all...]
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dstorage-storage-server.mf68 depend fmri=service/storage/zfs-auto-snapshot type=require
78 depend fmri=system/file-system/zfs type=require
H A Dsystem-file-system-zfs-tests.mf26 set name=pkg.fmri value=pkg:/system/file-system/zfs/tests@$(PKGVERS)
H A Dsystem-library-processor.mf64 $(sparc_ONLY)dir path=platform/sun4u/lib/fs/zfs
71 $(sparc_ONLY)dir path=platform/sun4v/lib/fs/zfs
87 $(sparc_ONLY)file path=platform/sun4u/lib/fs/zfs/bootblk group=sys mode=0444 \
96 $(sparc_ONLY)file path=platform/sun4v/lib/fs/zfs/bootblk group=sys mode=0444 \
/opensolaris-onvv-gate/usr/src/uts/sun4u/genunix/
H A DMakefile97 CPPFLAGS += -I$(SRC)/uts/common/fs/zfs
/opensolaris-onvv-gate/usr/src/cmd/svc/milestone/
H A Dfs-usr74 if [ "$fstype" = zfs ] ; then
110 # Unless root is zfs, in which case we've already mounted /usr read-write
/opensolaris-onvv-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh240 zfs list -H $ZDSET/$zonename 1>/dev/null 2>&1
242 for zbe in $(zfs list -rHo name $ZDSET/$zonename|grep ROOT/zbe) ; do
243 zfs destroy $delopt $zbe
338 echo $(zfs get 2>&1 | grep encryption | sed -e s/^.*YES// -e s/\|//g)
364 zfs create $options $ZDSET
373 zfs create $options $ZDSET
406 zfs create $options $ZDSET
408 zfs set keysource=passphrase,prompt $ZDSET
640 for snap in $(zfs list -Ho name -t snapshot|grep "\@${zonename}_snap") ; do
641 zfs destro
[all...]
/opensolaris-onvv-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh317 ZONEPATH_DS=`/usr/sbin/zfs list -H -t filesystem -o name,mountpoint | \
857 "zfs")
858 filetype="zfs"
862 filetype="zfs"
972 elif [[ "$filetype" == "zfs" ]]; then
974 # Given a 'zfs send' stream file, receive the snapshot into
982 /usr/sbin/zfs destroy "$DATASET"
987 vlog "$stage1 $insrc | zfs receive -F $DATASET"
988 ( $stage1 $insrc | /usr/sbin/zfs receive -F $DATASET )
/opensolaris-onvv-gate/usr/src/
H A DMakefile.psm113 ROOT_PSM_LIB_ZFS_DIR = $(ROOT_PSM_LIB_FS_DIR)/zfs
135 USR_PSM_LIB_ZFS_DIR = $(USR_PSM_LIB_FS_DIR)/zfs
/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dzfs.c43 #include <zfs.h>
73 topo_mod_dprintf(mod, "initializing zfs builtin\n");
79 topo_mod_dprintf(mod, "failed to register zfs: "
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h30 #include <sys/fs/zfs.h>
/opensolaris-onvv-gate/usr/src/lib/libzpool/common/
H A Dutil.c32 #include <sys/fs/zfs.h>
/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/
H A DMakefile.com39 zfs.c
/opensolaris-onvv-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c527 * enable_all_groups in order to simplify regular and subgroup (zfs)
590 char *zfs = NULL; local
644 zfs = sa_get_group_attr(group, "zfs");
652 enable_group(group, zfs == NULL ? updateproto : NULL,
654 if (zfs != NULL)
655 sa_free_attr_string(zfs);
666 zfs = sa_get_group_attr(group, "zfs");
669 if (zfs
2167 char *zfs = NULL; local
2409 char *zfs = NULL; local
5398 char *zfs; local
5437 int zfs = 0; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/
H A DMakefile451 zfs \
743 zfs \
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c36 #include <sys/fs/zfs.h>
38 #include <sys/fm/fs/zfs.h>
269 * Repair this vdev if we had diagnosed a 'fault.fs.zfs.device' and
378 if (strcmp(class, "resource.fs.zfs.removed") == 0) {
398 if (strcmp(class, "resource.fs.zfs.statechange") == 0 ||
413 * We subscribe to zfs faults as well as all repair events.
431 * While we subscribe to fault.fs.zfs.*, we only take action
436 if (fmd_nvl_class_match(hdl, fault, "fault.fs.zfs.vdev.io")) {
439 "fault.fs.zfs.vdev.checksum")) {
442 "fault.fs.zfs
[all...]
/opensolaris-onvv-gate/usr/src/cmd/stmsboot/
H A Dstmsboot.sh266 HASZFSROOT=`$DF -g / |$GREP zfs`
635 HASZFSROOT=`$DF -g / |$GREP zfs`
H A Dmpxio-upgrade77 HASZFSROOT=`$DF -g / |grep zfs`
266 # make sure we can get to it, force zfs to load fully
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A DMakefile42 SUBDIR1= lofs zfs
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dddt.h30 #include <sys/fs/zfs.h>
H A Dvdev.h32 #include <sys/fs/zfs.h>
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_byteswap.c28 #include <sys/fs/zfs.h>
H A Dvdev_disk.c30 #include <sys/fs/zfs.h>
33 #include <sys/fm/fs/zfs.h>
/opensolaris-onvv-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c3488 if (strncmp(vfs.f_basetype, "zfs", strlen("zfs")) == 0) {
5039 char *zfs; local
5060 ufs = zfs = lu = NULL;
5081 if (zfs == NULL &&
5084 zfs = s_strdup(tmpsign);
5089 zfs ? zfs : "NULL",
5098 if (strcmp(fstype, "ufs") == 0 && zfs) {
5099 bam_error(SIGN_FSTYPE_MISMATCH, zfs, "uf
5127 char *zfs; local
[all...]

Completed in 334 milliseconds

12345678