Searched refs:fs2 (Results 1 – 11 of 11) sorted by relevance
54 if datasetexists $TESTPOOL/$TESTFS/fs2 ; then55 log_must $ZFS destroy -f $TESTPOOL/$TESTFS/fs276 log_must $ZFS create $TESTPOOL/$TESTFS/fs277 if cd $TESTDIR/fs2 ; then78 log_mustnot $ZFS destroy $TESTPOOL/$TESTFS/fs282 log_must is_shared $TESTDIR/fs2
53 fs1=$ROOT_TESTFS/fs1; fs2=$ROOT_TESTFS/fs255 log_must $ZFS create $fs260 for dtst in $DATASETS $fs1 $fs2; do67 for dtst in $DATASETS $fs1 $fs2; do
45 fs2=$TESTPOOL/$TESTFS/base/fs289 log_must $ZFS create $fs291 mntpnt2=$(get_prop mountpoint $fs2)146 log_must $ZFS snapshot $fs2@s1149 log_must $ZFS send $fs2@s1 > /tmp/zr010p2166 cat /tmp/zr010p | log_must $ZFS receive -o origin=$fs2@s1 $rfs173 mntpnt_old=$(get_prop mountpoint $fs2)
70 fs2=$TESTPOOL/$TESTFS296 log_mustnot eval "$ZFS recv ${validopts[i]} $fs2 $fs3 < $bkup"109 log_mustnot eval "$ZFS recv ${badopts[i]} $fs2 < $bkup"
47 for ds in $fs1 $fs2 $vol1 $vol2; do59 fs2=$TESTPOOL/$TESTFS283 log_must $ZFS create -o copies=$val2 $fs289 for ds in $fs2 $vol2; do
60 fs1=$root_testfs/fs1; fs2=$root_testfs/fs2; fs3=$root_testfs/fs361 for fs in $fs1 $fs2 $fs3; do
58 for fs in $fs1 $fs2; do85 fs2=$TESTPOOL/$TESTFS294 for fs in $fs1 $fs2; do
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/fclone
126 log_must $ZFS promote $dstds/$FS/fs1/fs2
130 struct fstable *fs2 = *((struct fstable **)e2); in fs_tab_ent_comp() local132 if (fs1->namlen == fs2->namlen) in fs_tab_ent_comp()133 return (strcmp(fs1->name, fs2->name)); in fs_tab_ent_comp()135 return (fs2->namlen - fs1->namlen); in fs_tab_ent_comp()
7989 int fs1, fs2; local7992 fs2 = Queue[(*pe2)->e_qgrp]->qg_qpaths[(*pe2)->e_qdir].qp_fsysidx;7993 if (FILE_SYS_DEV(fs1) < FILE_SYS_DEV(fs2))7995 if (FILE_SYS_DEV(fs1) > FILE_SYS_DEV(fs2))