Home
last modified time | relevance | path

Searched refs:FS (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/freebsd/bin/mv/tests/
H A Dlegacy_test.sh12 if [ -z "$FS" ]
142 mv fa ${FS}fb
144 ckf fa ${FS}fb
165 ckf fa ${FS}fb
172 :> ${FS}fb
175 ckf fa ${FS}fb
203 mv da ${FS}db
205 ckd da ${FS}db
259 mv fa ${FS}fb
261 ckp fa ${FS}fb
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_encrypted_hierarchy.ksh52 "-o keyformat=passphrase $POOL/$FS"
53 log_must zfs snapshot $POOL/$FS@snap
55 log_must zfs create $POOL/$FS/child
61 dstds=$(get_dst_ds $POOL/$FS $POOL2)
62 log_must cmp_ds_subs $POOL/$FS $dstds
64 log_must verify_encryption_root $POOL/$FS $POOL/$FS
66 log_must verify_origin $POOL/$FS "-"
72 log_must verify_encryption_root $POOL/$FS/child $POOL/$FS
77 "$POOL/$FS/child"
83 log_must cmp_ds_subs $POOL/$FS $dstds
[all …]
H A Drsend_011_pos.ksh61 value=$(get_prop $prop $POOL/$FS)
62 log_must zfs set $prop=$value $POOL/$FS
68 for ds in "$POOL/$FS/fs1" "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone"; do
75 log_must zfs inherit $prop $POOL/$FS/vol
84 log_must zfs unmount -f $POOL/$FS
92 "$POOL/$FS" "$dstds/$FS" \
93 "$POOL/$FS/fs1" "$dstds/$FS/fs1" \
94 "$POOL/$FS/fs1/fs2" "$dstds/$FS/fs1/fs2" \
96 "$POOL/$FS/fs1/fclone" "$dstds/$FS/fs1/fclone"
101 pair[((n+2))]="$POOL/$FS/vol" pair[((n+3))]="$dstds/$FS/vol"
H A Drsend_008_pos.ksh52 "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone"
55 dtst[((n))]="$POOL/$FS/vol"; dtst[((n+1))]="$POOL/$FS/vclone"
100 "$POOL/$FS" "$dstds/$FS" \
101 "$POOL/$FS/fs1" "$dstds/$FS/fs1" \
102 "$POOL/$FS/fs1/fs2" "$dstds/$FS/fs1/fs2" \
104 "$POOL/$FS/fs1/fclone" "$dstds/$FS/fs1/fclone"
109 pair[((n+2))]="$POOL/$FS/vol" pair[((n+3))]="$dstds/$FS/vol"
127 log_must zfs promote $dstds/$FS/vol
129 log_must zfs promote $dstds/$FS/fs1/fs2
H A Drsend_012_pos.ksh99 for fs in "$POOL" "$POOL/pclone" "$POOL/$FS" "$POOL/$FS/fs1" \
100 "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" ; do
121 for vol in "$POOL/vol" "$POOL/$FS/vol" ; do
144 "$POOL/$FS" "$POOL2/$FS" \
145 "$POOL/$FS/fs1" "$POOL2/$FS/fs1" \
146 "$POOL/$FS/fs1/fs2" "$POOL2/$FS/fs1/fs2" \
148 "$POOL/$FS/fs1/fclone" "$POOL2/$FS/fs1/fclone" \
150 "$POOL/$FS/vol" "$POOL2/$FS/vol"
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_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/vol @final)
/freebsd/tests/sys/cddl/zfs/tests/rsend/
H A Drsend_011_pos.ksh71 value=$(get_prop $prop $POOL/$FS)
72 log_must $ZFS set $prop=$value $POOL/$FS
78 for ds in "$POOL/$FS/fs1" "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" ; do
88 $ZFS inherit $prop $POOL/$FS/vol
90 log_fail "$ZFS inherit $prop $POOL/$FS/vol"
100 log_must $ZFS unmount -f $POOL/$FS
108 "$POOL/$FS" "$dstds/$FS" \
109 "$POOL/$FS/fs1" "$dstds/$FS/fs1" \
110 "$POOL/$FS/fs1/fs2" "$dstds/$FS/fs1/fs2" \
112 "$POOL/$FS/fs1/fclone" "$dstds/$FS/fs1/fclone"
[all …]
H A Drsend_008_pos.ksh58 "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone"
61 dtst[((n))]="$POOL/$FS/vol"; dtst[((n+1))]="$POOL/$FS/vclone"
106 "$POOL/$FS" "$dstds/$FS" \
107 "$POOL/$FS/fs1" "$dstds/$FS/fs1" \
108 "$POOL/$FS/fs1/fs2" "$dstds/$FS/fs1/fs2" \
110 "$POOL/$FS/fs1/fclone" "$dstds/$FS/fs1/fclone"
115 pair[((n+2))]="$POOL/$FS/vol" pair[((n+3))]="$dstds/$FS/vol"
133 log_must $ZFS promote $dstds/$FS/vol
135 log_must $ZFS promote $dstds/$FS/fs1/fs2
H A Drsend_012_pos.ksh135 for fs in "$POOL" "$POOL/pclone" "$POOL/$FS" "$POOL/$FS/fs1" \
136 "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" ; do
156 for vol in "$POOL/vol" "$POOL/$FS/vol" ; do
180 "$POOL/$FS" "$POOL2/$FS" \
181 "$POOL/$FS/fs1" "$POOL2/$FS/fs1" \
182 "$POOL/$FS/fs1/fs2" "$POOL2/$FS/fs1/fs2" \
184 "$POOL/$FS/fs1/fclone" "$POOL2/$FS/fs1/fclone" \
186 "$POOL/$FS/vol" "$POOL2/$FS/vol"
H A Drsend_010_pos.ksh59 log_must $ZFS create $POOL2/$FS
60 log_must $ZFS snapshot $POOL2/$FS@snap
65 log_must eval "$ZFS send -R $POOL2/$FS@snap > $BACKDIR/fs-R"
66 log_must eval "$ZFS receive -d -F $POOL2/$FS < $BACKDIR/fs-R"
72 list=$($ZFS list -r -H -o name -t filesystem $POOL2/$FS)
82 log_must eval "$ZFS send -R $POOL2/$FS@snap > $BACKDIR/fs-R"
83 dstds=$(get_dst_ds $POOL2/$FS $POOL2/$FS)
H A Drsend.kshlib64 log_must $ZFS create -p $pool/$FS/fs1/fs2
71 log_must $ZFS create -V 16M $pool/$FS/vol
73 log_must $ZFS snapshot $pool/$FS/vol@vsnap
74 log_must $ZFS clone $pool/$FS/vol@vsnap $pool/$FS/vclone
78 log_must $ZFS clone $pool/$FS/fs1/fs2@fsnap $pool/$FS/fs1/fclone
84 log_must snapshot_tree $pool/$FS@snapB
85 log_must snapshot_tree $pool/$FS@snapC
86 log_must snapshot_tree $pool/$FS/fs1@snapA
87 log_must snapshot_tree $pool/$FS/fs1@snapB
88 log_must snapshot_tree $pool/$FS/fs1@snapC
[all …]
H A Drsend_004_pos.ksh92 log_must eval "$ZFS send -R -i @init $dstds/$FS@final > " \
95 srclist=$(getds_with_suffix $dstds/$FS @final)
96 interlist="$srclist $(getds_with_suffix $dstds/$FS @snapC)"
97 interlist="$interlist $(getds_with_suffix $dstds/$FS @snapB)"
98 interlist="$interlist $(getds_with_suffix $dstds/$FS @snapA)"
103 $ZFS receive -F -d $dstds/$FS < $BACKDIR/fs-init-final-iR
106 dstlist=$(getds_with_suffix $dstds/$FS @final)
116 srclist=$(getds_with_suffix $POOL2/$FS/vol @final)
117 log_must eval "$ZFS send -R -i @init $POOL2/$FS/vol@final > " \
122 dstlist=$(getds_with_suffix $POOL2/$FS/vol @final)
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp122 StringRef CPU, StringRef FS, in MipsTargetMachine() argument
135 NoMips16Subtarget(TT, CPU, FS.empty() ? "-mips16" : FS.str() + ",-mips16", in MipsTargetMachine()
137 Mips16Subtarget(TT, CPU, FS.empty() ? "+mips16" : FS.str() + ",+mips16", in MipsTargetMachine()
175 std::string FS = in getSubtargetImpl() local
189 FS += FS.empty() ? "+mips16" : ",+mips16"; in getSubtargetImpl()
191 FS += FS.empty() ? "-mips16" : ",-mips16"; in getSubtargetImpl()
193 FS += FS.empty() ? "+micromips" : ",+micromips"; in getSubtargetImpl()
195 FS += FS.empty() ? "-micromips" : ",-micromips"; in getSubtargetImpl()
197 FS += FS.empty() ? "+soft-float" : ",+soft-float"; in getSubtargetImpl()
199 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refquota/
H A Drefquota_008_neg.ksh56 FS=$TESTPOOL/$TESTFS
57 log_must zfs create $FS/$TESTSUBFS1
58 log_must zfs create $FS/$TESTSUBFS2
60 mntpnt1=$(get_prop mountpoint $FS/$TESTSUBFS1)
61 mntpnt2=$(get_prop mountpoint $FS/$TESTSUBFS2)
64 log_must zfs snapshot $FS/$TESTSUBFS1@snap200m
66 log_must zfs set refquota=10M $FS/$TESTSUBFS2
67 log_mustnot eval "zfs send $FS/$TESTSUBFS1@snap200m |" \
68 "zfs receive -F $FS/$TESTSUBFS2"
/freebsd/sys/contrib/openzfs/tests/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
76 log_must [ $(zfs get -pHo value reservation $FS) -eq 0 ]
77 log_must [ $(zfs get -Ho value reservation $FS) = none ]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_destroy/
H A Dzfs_destroy_005_neg.ksh101 negative_test "-f" "$CTR $FS $VOL"
108 negative_test "-r -rf" "$CTR $FS $VOL"
116 typeset mtpt_dir=$(get_prop mountpoint $FS)
127 check_dataset datasetexists $CTR $FS $VOL
149 negative_test "-R -rR" $FS
150 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP $VOLCLONE
172 if datasetexists $FS; then
173 check_dataset datasetexists $FS $FSSNAP $FSCLONE
175 check_dataset datasetnonexists $FS $FSSNAP $FSCLONE
186 log_must datasetexists $CTR $VOL $FS $FSSNAP $FSCLONE
[all …]
H A Dzfs_destroy_001_pos.ksh80 if [[ $dtst != $FS || $dtst != $CTR ]]; then
105 $CTR|$FS)
107 mpt_dir=$(get_prop mountpoint $FS)
152 $CTR $FS $VOL $FSSNAP $VOLSNAP
158 $FS) check_dataset datasetexists $CTR $VOL
159 check_dataset datasetnonexists $FS
169 $VOL) check_dataset datasetexists $CTR $FS $FSSNAP
177 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP
185 check_dataset datasetexists $CTR $FS $VOL $FSSNAP
203 for dtst in $CTR $FS $VOL $FSSNAP $VOLSNAP; do
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_reservation/
H A Dzfs_reservation_002_pos.ksh62 typeset FS
63 for FS in $TESTPOOL/$RESERVATION $TESTPOOL/$RESERVATION2
65 if datasetexists $FS ; then
66 log_must $ZFS unmount $FS
67 log_must $ZFS destroy $FS
82 for FS in $TESTPOOL/$RESERVATION $TESTPOOL/$RESERVATION2
85 reserve=`$ZFS get -pH reservation $FS | $AWK '{print $3}'`
90 reserve=`$ZFS get -H reservation $FS | $AWK '{print $3}'`
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp81 bool SampleCoverageTracker::markSamplesUsed(const FunctionSamples *FS, in markSamplesUsed() argument
86 unsigned &Count = SampleCoverage[FS][Loc]; in markSamplesUsed()
97 SampleCoverageTracker::countUsedRecords(const FunctionSamples *FS, in countUsedRecords() argument
99 auto I = SampleCoverage.find(FS); in countUsedRecords()
108 for (const auto &I : FS->getCallsiteSamples()) in countUsedRecords()
122 SampleCoverageTracker::countBodyRecords(const FunctionSamples *FS, in countBodyRecords() argument
124 unsigned Count = FS->getBodySamples().size(); in countBodyRecords()
127 for (const auto &I : FS->getCallsiteSamples()) in countBodyRecords()
141 SampleCoverageTracker::countBodySamples(const FunctionSamples *FS, in countBodySamples() argument
144 for (const auto &I : FS->getBodySamples()) in countBodySamples()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_005_neg.ksh90 negative_test "-f" "$CTR $FS $VOL"
97 negative_test "-r -rf" "$CTR $FS $VOL"
104 mntpt=$(get_prop mountpoint $FS)
111 check_dataset datasetexists $CTR $FS $VOL
125 negative_test "-R -rR" $FS
126 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP $VOLCLONE
150 check_dataset datasetnonexists $FS $FSSNAP $FSCLONE
162 check_dataset datasetexists $CTR $VOL $FS $FSSNAP $FSCLONE
190 check_dataset datasetexists $CTR $FS $VOL $FSSNAP
194 check_dataset datasetexists $CTR $FS $VOL
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp62 if (!FS.consumesDataArgument() && in HandlePrintfSpecifier()
63 FS.getConversionSpecifier().getKind() != in HandlePrintfSpecifier()
68 unsigned ArgIndex = FS.getArgIndex(); in HandlePrintfSpecifier()
84 auto &precision = FS.getPrecision(); in HandlePrintfSpecifier()
100 auto &precision = FS.getPrecision(); in HandlePrintfSpecifier()
116 if (FS.getPrecision().hasDataArgument()) { in HandlePrintfSpecifier()
121 if (FS.getFieldWidth().hasDataArgument()) { in HandlePrintfSpecifier()
125 if (FS.isSensitive()) in HandlePrintfSpecifier()
127 else if (FS.isPrivate()) in HandlePrintfSpecifier()
129 else if (FS.isPublic()) in HandlePrintfSpecifier()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp30 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) in ExpandResponseFilesDatabase() argument
31 : Base(std::move(Base)), Tokenizer(Tokenizer), FS(std::move(FS)) { in ExpandResponseFilesDatabase()
34 assert(this->FS != nullptr); in ExpandResponseFilesDatabase()
54 Tokenizer, *FS); in expand()
61 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS; member in clang::tooling::__anone29bdd430111::ExpandResponseFilesDatabase
68 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) { in expandResponseFiles() argument
73 std::move(Base), Tokenizer, std::move(FS)); in expandResponseFiles()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRSubtarget.cpp31 const std::string &FS, const AVRTargetMachine &TM) in AVRSubtarget() argument
32 : AVRGenSubtargetInfo(TT, CPU, /*TuneCPU*/ CPU, FS), InstrInfo(*this), in AVRSubtarget()
33 TLInfo(TM, initializeSubtargetDependencies(CPU, FS, TM)) { in AVRSubtarget()
35 ParseSubtargetFeatures(CPU, /*TuneCPU*/ CPU, FS); in AVRSubtarget()
39 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies() argument
42 ParseSubtargetFeatures(CPU, /*TuneCPU*/ CPU, FS); in initializeSubtargetDependencies()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp99 StringRef CPU, StringRef FS, in SparcTargetMachine() argument
126 std::string FS = in getSubtargetImpl() local
135 FS += FS.empty() ? "+soft-float" : ",+soft-float"; in getSubtargetImpl()
137 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl()
143 I = std::make_unique<SparcSubtarget>(CPU, TuneCPU, FS, *this, in getSubtargetImpl()
201 StringRef CPU, StringRef FS, in SparcV8TargetMachine() argument
206 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine()
211 StringRef CPU, StringRef FS, in SparcV9TargetMachine() argument
216 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in SparcV9TargetMachine()
221 StringRef CPU, StringRef FS, in SparcelTargetMachine() argument
[all …]

12345678910>>...23