Searched refs:FS (Results 1 - 25 of 72) sorted by relevance

123

/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend_011_pos.ksh61 # Setting all the $FS properties as local value,
64 value=$(get_prop $prop $POOL/$FS)
65 log_must zfs set $prop=$value $POOL/$FS
71 for ds in "$POOL/$FS/fs1" "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" ; do
81 zfs inherit $prop $POOL/$FS/vol
83 log_fail "zfs inherit $prop $POOL/$FS/vol"
90 # Unmount $POOL/$FS to avoid two fs mount in the same mountpoint
93 log_must zfs unmount -f $POOL/$FS
[all...]
H A Drsend_008_pos.ksh49 "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone"
52 dtst[((n))]="$POOL/$FS/vol"; dtst[((n+1))]="$POOL/$FS/vclone"
97 "$POOL/$FS" "$dstds/$FS" \
98 "$POOL/$FS/fs1" "$dstds/$FS/fs1" \
99 "$POOL/$FS/fs1/fs2" "$dstds/$FS/fs
[all...]
H A Drsend_010_pos.ksh50 log_must zfs create $POOL2/$FS
51 log_must zfs snapshot $POOL2/$FS@snap
56 log_must eval "zfs send -R $POOL2/$FS@snap > $BACKDIR/fs-R"
57 log_must eval "zfs receive -d -F $POOL2/$FS < $BACKDIR/fs-R"
63 list=$(zfs list -r -H -o name -t filesystem $POOL2/$FS)
73 log_must eval "zfs send -R $POOL2/$FS@snap > $BACKDIR/fs-R"
74 dstds=$(get_dst_ds $POOL2/$FS $POOL2/$FS)
H A Drsend_001_pos.ksh39 # 1. Back up all the data from POOL/FS
66 log_must eval "zfs send -R $POOL/$FS@final > $BACKDIR/fs-final-R"
69 dstds=$(get_dst_ds $POOL/$FS $POOL2)
70 log_must cmp_ds_subs $POOL/$FS $dstds
71 log_must cmp_ds_cont $POOL/$FS $dstds
H A Dsend-c_verify_contents.ksh25 # 1. Back up all the data from POOL/FS
48 log_must eval "zfs send -c -R $POOL/$FS@final > $BACKDIR/fs-final-R"
51 dstds=$(get_dst_ds $POOL/$FS $POOL2)
52 log_must cmp_ds_subs $POOL/$FS $dstds
53 log_must cmp_ds_cont $POOL/$FS $dstds
H A Drsend_004_pos.ksh83 log_must eval "zfs send -R -i @init $dstds/$FS@final > " \
86 srclist=$(getds_with_suffix $dstds/$FS @final)
87 interlist="$srclist $(getds_with_suffix $dstds/$FS @snapC)"
88 interlist="$interlist $(getds_with_suffix $dstds/$FS @snapB)"
89 interlist="$interlist $(getds_with_suffix $dstds/$FS @snapA)"
94 zfs receive -F -d $dstds/$FS < $BACKDIR/fs-init-final-iR
97 dstlist=$(getds_with_suffix $dstds/$FS @final)
107 srclist=$(getds_with_suffix $POOL2/$FS/vol @final)
108 log_must eval "zfs send -R -i @init $POOL2/$FS/vol@final > " \
113 dstlist=$(getds_with_suffix $POOL2/$FS/vo
[all...]
H A Dsend-c_props.ksh46 typeset -a datasets=("" "/pclone" "/$FS" "/$FS/fs1" "/$FS/fs1/fs2"
47 "/$FS/fs1/fclone" "/vol" "/$FS/vol")
H A Drsend_014_pos.ksh47 log_must eval "zfs send -R $POOL/$FS@final > $BACKDIR/fs-final-R"
52 dstds=$(get_dst_ds $POOL/$FS $POOL2)
53 log_must cmp_ds_subs $POOL/$FS $dstds
54 log_must cmp_ds_cont $POOL/$FS $dstds
H A Dsend-c_incremental.ksh73 vol=$POOL2/$FS/vol
79 dstlist=$(getds_with_suffix $POOL2/$FS/vol @final)
86 final=$(getds_with_suffix $POOL2/$FS @final)
87 list="$final $(getds_with_suffix $POOL2/$FS @snapA)"
88 list="$list $(getds_with_suffix $POOL2/$FS @snapB)"
89 list="$list $(getds_with_suffix $POOL2/$FS @snapC)"
91 log_must eval "zfs send -c -R $opt @init $POOL2/$FS@final >$BACKDIR/fs"
95 dstlist=$(getds_with_suffix $POOL2/$FS @final)
H A Drsend_012_pos.ksh130 for fs in "$POOL" "$POOL/pclone" "$POOL/$FS" "$POOL/$FS/fs1" \
131 "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" ; do
151 for vol in "$POOL/vol" "$POOL/$FS/vol" ; do
175 "$POOL/$FS" "$POOL2/$FS" \
176 "$POOL/$FS/fs1" "$POOL2/$FS/fs1" \
177 "$POOL/$FS/fs
[all...]
H A Drsend_002_pos.ksh73 log_must eval "zfs send -I @init $dstds/$FS@final > $BACKDIR/fs-init-final-I"
74 log_must destroy_tree $dstds/$FS@final $dstds/$FS@snapC $dstds/$FS@snapB
83 dataset=$POOL2/$FS/vol
H A Drsend_005_pos.ksh76 log_must eval "zfs send -R -I @init $dstds/$FS@final > " \
78 list=$(getds_with_suffix $dstds/$FS @snapA)
79 list="$list $(getds_with_suffix $dstds/$FS @snapB)"
80 list="$list $(getds_with_suffix $dstds/$FS @snapC)"
81 list="$list $(getds_with_suffix $dstds/$FS @final)"
95 vol=$POOL2/$FS/vol
H A Drsend_007_pos.ksh47 "$POOL/pclone" "$POOL/$FS/pclone" \
48 "$POOL/$FS/fs1/fs2" "$POOL/fs2"
51 dtst[((n))]="$POOL/vol"; dtst[((n+1))]="$POOL/$FS/fs1/vol"
H A Drsend.kshlib51 # $pool -------- $FS ------- fs1 ------- fs2
70 log_must zfs create -p $pool/$FS/fs1/fs2
77 log_must zfs create -V 16M $pool/$FS/vol
79 log_must zfs snapshot $pool/$FS/vol@vsnap
80 log_must zfs clone $pool/$FS/vol@vsnap $pool/$FS/vclone
83 log_must snapshot_tree $pool/$FS/fs1/fs2@fsnap
84 log_must zfs clone $pool/$FS/fs1/fs2@fsnap $pool/$FS/fs1/fclone
90 log_must snapshot_tree $pool/$FS
[all...]
H A Drsend_003_pos.ksh73 ds=$dstds/$FS/fs1
86 ds=$POOL2/$FS
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_reservation/
H A Dzfs_reservation_002_pos.ksh54 typeset FS
55 for FS in $TESTPOOL/$RESERVATION $TESTPOOL/$RESERVATION2
57 if datasetexists $FS ; then
58 log_must zfs unmount $FS
59 log_must zfs destroy $FS
74 for FS in $TESTPOOL/$RESERVATION $TESTPOOL/$RESERVATION2
77 reserve=`zfs get -pH reservation $FS | awk '{print $3}'`
82 reserve=`zfs get -H reservation $FS | awk '{print $3}'`
/illumos-gate/usr/src/cmd/bnu/
H A Dsecurity.c39 #define FS ' ' /* Field seperator for output records. */ macro
182 Type, FS,
183 scptr->reqSystem, FS,
184 scptr->reqUser, FS,
185 scptr->desSystem, FS,
186 scptr->desUser, FS,
187 scptr->desFile, FS,
188 scptr->srcSystem, FS,
189 scptr->srcOwner, FS,
190 scptr->srcFile, FS,
[all...]
H A Daccount.c38 #define FS ' ' /* Field seperator for output records. */ macro
110 acptr->uid, FS,
111 acptr->jobID, FS,
112 acptr->jobsize, FS,
113 acptr->status, FS,
114 acptr->service, FS,
115 acptr->jobgrade, FS,
116 acptr->origSystem, FS,
117 acptr->origUser, FS,
118 acptr->time, FS,
[all...]
H A Dperfstat.c145 #define FS '|' /* Field seperator for output records. */ macro
334 "conn", FS, /* record type. */
335 gmt(), FS, /* current time. */
336 (long) Procid, FS, /* our process id. */
337 myname, FS, /* name of local system */
338 Conn.cn_role, FS, /* slave or master. */
339 Remote, FS, /* name of remote system. */
340 Device, FS, /* device used for communication. */
341 Protocol, FS, /* protocol used for comm. */
346 reportTimes(Record, &contimes, FS);
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_005_neg.ksh89 negative_test "-f" "$CTR $FS $VOL"
96 negative_test "-r -rf" "$CTR $FS $VOL"
99 # Get $FS mountpoint and make it busy, and verify 'zfs destroy $CTR' fails
103 mntpt=$(get_prop mountpoint $FS)
111 # which datasets are destroyed is not deterministic. Both $FS and $VOL are
113 # tried (and failed) to delete $FS or $VOL first.
116 check_dataset datasetexists $CTR $FS $VOL
119 # The recursive destroy failed on $FS
132 # Create the clones for test environment, and verify 'zfs destroy $FS' fails
133 # without '-f'. Then verify the FS sna
[all...]
H A Dzfs_destroy_001_pos.ksh72 if [[ $dtst != $FS ]]; then
74 "leaf FS."
98 $CTR|$FS)
100 mpt_dir=$(get_prop mountpoint $FS)
162 $CTR $FS $VOL $FSSNAP $VOLSNAP
168 $FS) check_dataset datasetexists $CTR $VOL
169 check_dataset datasetnonexists $FS
179 $VOL) check_dataset datasetexists $CTR $FS $FSSNAP
187 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP
195 check_dataset datasetexists $CTR $FS
[all...]
H A Dzfs_destroy_009_pos.ksh49 for dstype in FS VOL; do
/illumos-gate/usr/src/tools/protocmp/
H A Dexception_list.c43 #define FS " \t\n" macro
51 if ((name = strtok(line, FS)) == NULL) {
56 if ((arch = strtok(NULL, FS)) == NULL) {
78 if ((arch = strtok(NULL, FS)) == NULL) {
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_common.kshlib60 if datasetnonexists $FS; then
61 log_must zfs create $FS
62 log_must zfs set mountpoint=$TESTDIR $FS
95 for dtst in $FS $VOL; do
106 $FS)
166 for dtst in $FS $VOL; do
175 if datasetnonexists $FS ; then
176 log_must zfs create $FS
296 if [[ $dtst == $FS ]]; then
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dgetmessage.awk35 FS = "[,(){]|[ ]+|[\t]+"

Completed in 132 milliseconds

123