Home | History | Annotate | Download | only in rc.d

Lines Matching refs:zfs

19 	# Mount ZFS filesystems first because fstab
20 # may try and null mount paths on ZFS.
21 if checkyesno zfs; then
22 zfs mount -a
23 zfs share -a
36 # Unmount ZFS file systems.
37 if checkyesno zfs; then
38 zfs unshare -a
39 zfs unmount -a
44 load_rc_config_var zfs zfs