Searched refs:zfs (Results 26 - 50 of 61) sorted by relevance

123

/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh465 /usr/sbin/zfs list -H -o name,mountpoint "$path" 2>/dev/null | \
529 zfs create -o zoned=on -o mountpoint=/rpool \
559 zfs create -o canmount=noauto -o mountpoint=legacy \
565 zfs inherit zoned "${zone.ROOT_ds}"
571 # zfs_set doesn't do -r so use zfs command directly.
572 zfs set -r canmount=noauto "${zone.ROOT_ds}" || return 1
578 zfs create -o mountpoint=/export "${zone.rpool_ds}/export" || {
583 zfs create "${zone.rpool_ds}/export/home" || {
657 # Create the new active dataset with "zfs create" or "zfs clon
2709 function zfs { function
[all...]
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dcommon.ksh217 zfs list -H -r -d 1 -t filesystem -o name,$PROP_PARENT,$PROP_ACTIVE \
303 /usr/sbin/zfs list -o name "$dsn" >/dev/null 2>&1 || \
309 /usr/sbin/zfs snapshot -r "$dsn@$snapname" >/dev/null 2>&1 && \
405 zfs list -H -r -d 1 -t filesystem -o \
552 zfs list -H -r -d 1 -t filesystem -o \
560 zfs set canmount=noauto "$name" || \
570 zfs inherit "$PROP_CANDIDATE" "$name" ||
578 zfs set "$PROP_PARENT=$CURRENT_GZBE" "$name" ||
589 zfs set $PROP_ACTIVE=off "$name" || return 1
593 zfs se
[all...]
H A Duninstall.ksh127 zfs list -H -t filesystem -r -d 1 -o \
H A Dattach.ksh33 m_usage=$(gettext "Usage:\n\t attach [-uv] [-a archive | -d directory | -z zbe] [-c profile.xml | dir]\n\n\t-u\tUpdate the software in the attached zone boot environment to\n\t\tmatch the sofware in the global zone boot environment.\n\t-v\tVerbose.\n\t-c\tUpdate the zone configuration with the sysconfig profile\n\t\tspecified in the given file or directory.\n\t-a\tExtract the specified archive into the zone then attach the\n\t\tactive boot environment found in the archive. The archive\n\t\tmay be a zfs, cpio, or tar archive. It may be compressed with\n\t\tgzip or bzip2.\n\t-d\tCopy the specified directory into a new zone boot environment\n\t\tthen attach the zone boot environment.\n\t-z\tAttach the specified zone boot environment.")
206 /usr/sbin/zfs list -Hro name,$PROP_CANDIDATE "${zone.ROOT_ds}" \
/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Ddnode.h26 #include <grub/zfs/spa.h>
H A Dzio.h26 #include <grub/zfs/spa.h>
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_illumos.in50 zfs-bootfs $($grub_mkrelpath /) ZFS_BOOTFS
H A D10_kfreebsd.in109 zfs)
112 ls "${dirname}/zfs/zpool.cache" > /dev/null
115 kfreebsd_module ${rel_dirname}/zfs/zpool.cache type=/boot/zfs/zpool.cache
159 zfs)
/osnet-11/usr/src/lib/pyzfs/common/
H A Dallow.py25 """This module implements the "zfs allow" and "zfs unallow" subcommands.
26 The only public interface is the zfs.allow.do_allow() function."""
28 import zfs.util namespace
29 import zfs.dataset namespace
35 _ = zfs.util._
42 __repr__ = zfs.util.default_repr
46 from zfs.ioctl.get_fsacl()."""
136 # perms is not set if we are doing a "zfs unallow <who> <fs>" to
220 diff=_("Allows lookup of paths within a dataset,\n\t\t\t\tgiven an object number. Ordinary users need this\n\t\t\t\tin order to use zfs dif
[all...]
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh185 safe_dir /usr/lib/fs/zfs
187 safe_dir /usr/lib/zfs
307 # That code does not issue ioctls on /dev/zfs and does not need wrapping.
309 replace_with_native /sbin/zfs 0555 root:bin
312 replace_with_native /usr/lib/fs/zfs/fstyp 0555 root:bin
313 replace_with_native /usr/lib/zfs/availdevs 0555 root:bin
317 replace_with_native_py /usr/lib/zfs/pyzfs.py 0555 root:bin
H A Dcommon.ksh453 if ! zfs rename "${zone.ROOT_ds}/${!allowed_bes[0]}" \
458 elif /usr/sbin/zfs list -H -o name ${zone.ROOT_ds}/zbe-0 \
464 /usr/sbin/zfs list -H -o name -r -d 1 \
480 if ! zfs rename "$candidate" "${zone.ROOT_ds}/zbe-0"; then
614 if /usr/sbin/zfs list "${zone.ROOT_ds}/zbe-0" >/dev/null 2>&1
620 zfs destroy -r "${zone.ROOT_ds}/zbe-0" || {
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/
H A DMakefile.com77 -I$(SRC)/uts/common/fs/zfs
79 # Needed to handle zfs include files
/osnet-11/usr/src/cmd/hal/fdi/
H A DMakefile46 policy/10osvendor/20-zfs-methods.fdi \
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_zpool.c47 #include <sys/fs/zfs.h>
142 * Try to dynamically link the zfs functions we need.
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_builtin.c42 #include <zfs.h>
52 { "zfs", ZFS_VERSION, zfs_init, zfs_fini },
/osnet-11/usr/src/lib/libc/port/sys/
H A Dzone.c40 const char *rctls, size_t rctlsz, const char *zfs, size_t zfssz,
54 zd.zfsbuf = zfs;
39 zone_create(const char *name, const char *root, const struct priv_set *privs, const char *rctls, size_t rctlsz, const char *zfs, size_t zfssz, int *extended_error, int match, int doi, const bslabel_t *label, int flags) argument
/osnet-11/usr/src/lib/libzpool/common/
H A Dutil.c32 #include <sys/fs/zfs.h>
/osnet-11/usr/src/lib/fm/topo/libtopo/
H A DMakefile.com38 zfs.c
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c28 #include <grub/zfs/zfs.h>
29 #include <grub/zfs/zio.h>
30 #include <grub/zfs/dnode.h>
31 #include <grub/zfs/uberblock_impl.h>
32 #include <grub/zfs/vdev_impl.h>
33 #include <grub/zfs/zio_checksum.h>
34 #include <grub/zfs/zap_impl.h>
35 #include <grub/zfs/zap_leaf.h>
36 #include <grub/zfs/zfs_znod
4179 struct grub_zfs_data *zfs; local
[all...]
H A Dzfsinfo.c20 #include <grub/zfs/zfs.h>
393 bootfs = grub_xasprintf ("zfs-bootfs=%s/%llu%s%s%s%s%s%s",
513 bootfs = grub_xasprintf ("zfs-bootfs=%s/%llu%s%s%s%s%s%s",
530 grub_dprintf ("zfs", "bootfs=%s\n", bootfs);
535 grub_dprintf ("zfs", "bootfsname=%s\n", bootfsname);
556 cmd_bootfs = grub_register_command ("zfs-bootfs", grub_cmd_zfs_bootfs,
559 cmd_defaultbootfs = grub_register_command ("zfs-defaultbootfs", grub_cmd_zfs_defaultbootfs,
560 N_("VARIABLE or zfs-defaultbootfs DEVICE VARIABLE-A or zfs
[all...]
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A DMakefile426 # grub-core/fs/zfs/zfscrypt.c \
427 # grub-core/fs/zfs/zfs.c \
428 # grub-core/fs/zfs/zfsinfo.c \
429 # grub-core/fs/zfs/zfs_lzjb.c \
430 # grub-core/fs/zfs/zfs_sha256.c \
431 # grub-core/fs/zfs/zfs_fletcher.c \
495 # grub-core/fs/zfs/zfscrypt.c \
496 # grub-core/fs/zfs/zfs
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/
H A DMakefile426 # grub-core/fs/zfs/zfscrypt.c \
427 # grub-core/fs/zfs/zfs.c \
428 # grub-core/fs/zfs/zfsinfo.c \
429 # grub-core/fs/zfs/zfs_lzjb.c \
430 # grub-core/fs/zfs/zfs_sha256.c \
431 # grub-core/fs/zfs/zfs_fletcher.c \
495 grub-core/fs/zfs/zfscrypt.c \
496 grub-core/fs/zfs/zfs
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-fstest.c36 #include <grub/zfs/zfs.h>
444 {"zfs-key", 'K', N_("FILE|prompt"), 0, N_("Load zfs crypto key."), 2},
H A Dgrub-mount.c35 #include <grub/zfs/zfs.h>
410 {"zfs-key", 'K', N_("FILE|prompt"), 0, N_("Load zfs crypto key."), 2},
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h30 #include <sys/fs/zfs.h>

Completed in 2413 milliseconds

123