Lines Matching refs:filesystem
53 # $2 filesystem type; optional - defaulted to zfs
96 # $2 filesystem type; optional - defaulted to zfs
108 # $2 filesystem type; optional - defaulted to zfs
214 # Create a snapshot on a filesystem or volume. Defaultly create a snapshot on
215 # filesystem
217 # $1 Existing filesystem or volume name. Default, $TESTPOOL/$TESTFS
258 # filesystem.
260 # $1 Existing filesystem or volume name. Default, $TESTFS
287 # $1 Destination filesystem name. Must not exist, will be created as the result
289 # $2 Source filesystem name. Must not exist, will be created and destroyed
300 [[ -z $recvfs ]] && log_fail "Recv filesystem's name is undefined."
302 datasetexists $recvfs && log_fail "Recv filesystem must not exist."
303 datasetexists $sendfs && log_fail "Send filesystem must not exist."
990 zfs list -H -t filesystem,snapshot,volume $1 > /dev/null 2>&1 \
1311 # export the 5 datasets to it. In addition, we also add a ZFS filesystem
1350 # Create a filesystem. In order to add this to
1385 # once it's supported, we'll add our filesystem to the zone
1514 function verify_filesys # pool filesystem dir
1525 log_note "Calling zdb to verify filesystem '$filesys'"
2182 # make sure the upper level filesystem does not exist
2373 # print the given directory filesystem type
2456 # get the root filesystem name if it's zfsroot system.
2458 # return: root filesystem name
2570 [[ $type = "filesystem" ]] && return 0