Searched refs:fs1 (Results 1 – 13 of 13) sorted by relevance
46 if datasetexists $fs1; then47 log_must $ZFS destroy $fs158 fs=$TESTPOOL/$TESTFS; fs1=$TESTPOOL/$TESTFS164 log_must $ZFS create $fs165 mntpnt1=$(get_prop mountpoint $fs1)70 log_must $ZFS unmount $fs171 log_must $ZFS set mountpoint=$mntpnt $fs172 log_mustnot $ZFS mount $fs173 log_must $ZFS mount -O $fs183 log_must $ZFS unmount $fs1[all …]
51 for ds in $vol $fs1; do105 fs1=$TESTPOOL/fs.$$108 log_must $ZFS create -o mountpoint=/tmp/$dir $fs1121 log_mustnot eval "$ZFS unmount $opt $fs $fs1 >/dev/null 2>&1"125 log_must $ZFS unmount $fs1127 log_mustnot eval "$ZFS unmount $opt $fs1 >/dev/null 2>&1"132 log_must $ZFS set mountpoint=legacy $fs1133 log_must $MOUNT -F zfs $fs1 /tmp/$dir135 log_mustnot eval "$ZFS unmount $opt $fs1 >/dev/null 2>&1"
53 fs1=$ROOT_TESTFS/fs1; fs2=$ROOT_TESTFS/fs254 log_must $ZFS create $fs160 for dtst in $DATASETS $fs1 $fs2; do67 for dtst in $DATASETS $fs1 $fs2; do
58 for fs in $fs1 $fs2; do83 fs1=$TESTPOOL/$TESTFS194 for fs in $fs1 $fs2; do101 log_must $ZFS set mountpoint=$mntp1 $fs1104 for arg in "$fs1 $mntp1" "$clone $mntp2"; do
47 for ds in $fs1 $fs2 $vol1 $vol2; do58 fs1=$TESTPOOL/$TESTFS172 log_must $ZFS create -o copies=$val $fs178 for ds in $fs1 $vol1; do95 for ds in $fs1 $vol1; do
60 fs1=$root_testfs/fs1; fs2=$root_testfs/fs2; fs3=$root_testfs/fs361 for fs in $fs1 $fs2 $fs3; do
54 for ds in $fs1 $fs $ctr; do76 fs1=$ctr/$TESTFS185 "receive $fs1 \<$streamf" "clone $snap $clone" "promote $clone" \
69 log_must $ZFS create -p $pool/$FS/fs1/fs282 log_must snapshot_tree $pool/$FS/fs1/fs2@fsnap83 log_must $ZFS clone $pool/$FS/fs1/fs2@fsnap $pool/$FS/fs1/fclone91 log_must snapshot_tree $pool/$FS/fs1@snapA92 log_must snapshot_tree $pool/$FS/fs1@snapB93 log_must snapshot_tree $pool/$FS/fs1@snapC94 log_must snapshot_tree $pool/$FS/fs1/fclone@snapA
73 ds=$dstds/$FS/fs1
126 log_must $ZFS promote $dstds/$FS/fs1/fs2
50 for ds in $ctr1 $ctr2 $fs1; do69 fs1=$TESTPOOL/$TESTFS182 log_must $ZFS create -o mountpoint=$TESTDIR2 $fs1
133 struct fstable *fs1 = *((struct fstable **)e1); in fs_tab_ent_comp() local136 if (fs1->namlen == fs2->namlen) in fs_tab_ent_comp()137 return (strcmp(fs1->name, fs2->name)); in fs_tab_ent_comp()139 return (fs2->namlen - fs1->namlen); in fs_tab_ent_comp()
7989 int fs1, fs2; local7991 fs1 = Queue[(*pe1)->e_qgrp]->qg_qpaths[(*pe1)->e_qdir].qp_fsysidx;7993 if (FILE_SYS_DEV(fs1) < FILE_SYS_DEV(fs2))7995 if (FILE_SYS_DEV(fs1) > FILE_SYS_DEV(fs2))