Home
last modified time | relevance | path

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

12345678910>>...23

/src/bin/mv/tests/
H A Dmv_test.sh62 for FS in "" "fs/" ; do
64 atf_check mv fa ${FS}fb
65 mv_checkfile fa ${FS}fb
80 for FS in "" "fs/" ; do
83 atf_check mkdir -p ${FS}1/2/3
84 atf_check mv fa fb ${FS}1/2/3
85 mv_checkfile fa ${FS}1/2/3/fa
86 mv_checkfile fb ${FS}1/2/3/fb
103 for FS in "" "fs/" ; do
105 atf_check mv 1/2/3/fa ${FS}fb
[all …]
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_encrypted_hierarchy.ksh53 "-o keyformat=passphrase $POOL/$FS"
54 log_must zfs snapshot $POOL/$FS@snap
55 log_must zfs clone $POOL/$FS@snap $POOL/clone
56 log_must zfs create $POOL/$FS/child
62 dstds=$(get_dst_ds $POOL/$FS $POOL2)
63 log_must cmp_ds_subs $POOL/$FS $dstds
65 log_must verify_encryption_root $POOL2/$FS $POOL2/$FS
66 log_must verify_keylocation $POOL2/$FS "prompt"
67 log_must verify_origin $POOL2/$FS "-"
69 log_must verify_encryption_root $POOL2/clone $POOL2/$FS
[all …]
H A Drsend_011_pos.ksh62 value=$(get_prop $prop $POOL/$FS)
63 log_must zfs set $prop=$value $POOL/$FS
69 for ds in "$POOL/$FS/fs1" "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone"; do
76 log_must zfs inherit $prop $POOL/$FS/vol
85 log_must zfs unmount -f $POOL/$FS
93 "$POOL/$FS" "$dstds/$FS" \
94 "$POOL/$FS/fs1" "$dstds/$FS/fs1" \
95 "$POOL/$FS/fs1/fs2" "$dstds/$FS/fs1/fs2" \
97 "$POOL/$FS/fs1/fclone" "$dstds/$FS/fs1/fclone"
102 pair[((n+2))]="$POOL/$FS/vol" pair[((n+3))]="$dstds/$FS/vol"
H A Drsend_008_pos.ksh53 "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone"
56 dtst[((n))]="$POOL/$FS/vol"; dtst[((n+1))]="$POOL/$FS/vclone"
101 "$POOL/$FS" "$dstds/$FS" \
102 "$POOL/$FS/fs1" "$dstds/$FS/fs1" \
103 "$POOL/$FS/fs1/fs2" "$dstds/$FS/fs1/fs2" \
105 "$POOL/$FS/fs1/fclone" "$dstds/$FS/fs1/fclone"
110 pair[((n+2))]="$POOL/$FS/vol" pair[((n+3))]="$dstds/$FS/vol"
128 log_must zfs promote $dstds/$FS/vol
130 log_must zfs promote $dstds/$FS/fs1/fs2
H A Drsend_012_pos.ksh100 for fs in "$POOL" "$POOL/pclone" "$POOL/$FS" "$POOL/$FS/fs1" \
101 "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" ; do
122 for vol in "$POOL/vol" "$POOL/$FS/vol" ; do
145 "$POOL/$FS" "$POOL2/$FS" \
146 "$POOL/$FS/fs1" "$POOL2/$FS/fs1" \
147 "$POOL/$FS/fs1/fs2" "$POOL2/$FS/fs1/fs2" \
149 "$POOL/$FS/fs1/fclone" "$POOL2/$FS/fs1/fclone" \
151 "$POOL/$FS/vol" "$POOL2/$FS/vol"
H A Drsend_004_pos.ksh84 log_must eval "zfs send -R -i @init $dstds/$FS@final > " \
87 srclist=$(getds_with_suffix $dstds/$FS @final)
88 interlist="$srclist $(getds_with_suffix $dstds/$FS @snapC)"
89 interlist="$interlist $(getds_with_suffix $dstds/$FS @snapB)"
90 interlist="$interlist $(getds_with_suffix $dstds/$FS @snapA)"
95 zfs receive -F -d $dstds/$FS < $BACKDIR/fs-init-final-iR
98 dstlist=$(getds_with_suffix $dstds/$FS @final)
108 srclist=$(getds_with_suffix $POOL2/$FS/vol @final)
109 log_must eval "zfs send -R -i @init $POOL2/$FS/vol@final > " \
114 dstlist=$(getds_with_suffix $POOL2/$FS/vol @final)
H A Drsend_010_pos.ksh51 log_must zfs create $POOL2/$FS
52 log_must zfs snapshot $POOL2/$FS@snap
57 log_must eval "zfs send -R $POOL2/$FS@snap > $BACKDIR/fs-R"
58 log_must eval "zfs receive -d -F $POOL2/$FS < $BACKDIR/fs-R"
64 list=$(zfs list -r -H -o name -t filesystem $POOL2/$FS)
74 log_must eval "zfs send -R $POOL2/$FS@snap > $BACKDIR/fs-R"
75 dstds=$(get_dst_ds $POOL2/$FS $POOL2/$FS)
/src/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.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
77 log_must snapshot_tree $pool/$FS/fs1/fs2@fsnap
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
[all …]
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_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)
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp122 StringRef CPU, StringRef FS, in MipsTargetMachine() argument
129 CPU, FS, Options, getEffectiveRelocModel(JIT, RM), in MipsTargetMachine()
134 DefaultSubtarget(TT, CPU, FS, isLittle, *this, std::nullopt), in MipsTargetMachine()
135 NoMips16Subtarget(TT, CPU, FS.empty() ? "-mips16" : FS.str() + ",-mips16", in MipsTargetMachine()
137 Mips16Subtarget(TT, CPU, FS.empty() ? "+mips16" : FS.str() + ",+mips16", in MipsTargetMachine()
151 StringRef CPU, StringRef FS, in MipsebTargetMachine() argument
156 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in MipsebTargetMachine()
161 StringRef CPU, StringRef FS, in MipselTargetMachine() argument
166 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in MipselTargetMachine()
175 std::string FS = in getSubtargetImpl() local
[all …]
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refquota/
H A Drefquota_008_neg.ksh57 FS=$TESTPOOL/$TESTFS
58 log_must zfs create $FS/$TESTSUBFS1
59 log_must zfs create $FS/$TESTSUBFS2
61 mntpnt1=$(get_prop mountpoint $FS/$TESTSUBFS1)
62 mntpnt2=$(get_prop mountpoint $FS/$TESTSUBFS2)
65 log_must zfs snapshot $FS/$TESTSUBFS1@snap200m
67 log_must zfs set refquota=10M $FS/$TESTSUBFS2
68 log_mustnot eval "zfs send $FS/$TESTSUBFS1@snap200m |" \
69 "zfs receive -F $FS/$TESTSUBFS2"
/src/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 …]
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_reservation/
H A Dzfs_reservation_002_pos.ksh55 typeset FS
56 for FS in $TESTPOOL/$RESERVATION $TESTPOOL/$RESERVATION2
58 if datasetexists $FS ; then
59 log_must zfs unmount $FS
60 log_must zfs destroy $FS
75 for FS in $TESTPOOL/$RESERVATION $TESTPOOL/$RESERVATION2
77 log_must [ $(zfs get -pHo value reservation $FS) -eq 0 ]
78 log_must [ $(zfs get -Ho value reservation $FS) = none ]
/src/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}'`
/src/tools/test/stress2/misc/
H A Drsync2.sh7 FS=/mnt/test
10 mkdir -p $FS
11 mount -t msdos /dev/md$MDUNIT $FS
12 rsync -r /usr/src/lib/libsysdecode $FS
13 rsync -r /usr/src/lib/libsysdecode $FS
14 rsync -r /usr/src/lib/libsysdecode $FS
15 umount $FS
H A Dmsdos21.sh13 FS=/mnt/test
16 mkdir -p $FS
17 mount -t msdos /dev/md$MDUNIT $FS
18 rsync -r /usr/src/lib/libsysdecode $FS
19 rsync -r /usr/src/lib/libsysdecode $FS
20 rsync -r /usr/src/lib/libsysdecode $FS
21 umount $FS
/src/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 …]
/src/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp59 bool HandlePrintfSpecifier(const analyze_printf::PrintfSpecifier &FS, in HandlePrintfSpecifier() argument
62 if (!FS.consumesDataArgument() && in HandlePrintfSpecifier()
63 FS.getConversionSpecifier().getKind() != in HandlePrintfSpecifier()
68 unsigned ArgIndex = FS.getArgIndex(); in HandlePrintfSpecifier()
73 ArgsData.back().Kind = getKind(FS.getConversionSpecifier().getKind()); in HandlePrintfSpecifier()
81 switch (FS.getConversionSpecifier().getKind()) { in HandlePrintfSpecifier()
84 auto &precision = FS.getPrecision(); in HandlePrintfSpecifier()
100 auto &precision = FS.getPrecision(); in HandlePrintfSpecifier()
116 if (FS.getPrecision().hasDataArgument()) { in HandlePrintfSpecifier()
117 ArgsData.back().Precision = Args[FS.getPrecision().getArgIndex()]; in HandlePrintfSpecifier()
[all …]
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_005_neg.ksh91 negative_test "-f" "$CTR $FS $VOL"
98 negative_test "-r -rf" "$CTR $FS $VOL"
105 mntpt=$(get_prop mountpoint $FS)
112 check_dataset datasetexists $CTR $FS $VOL
126 negative_test "-R -rR" $FS
127 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP $VOLCLONE
151 check_dataset datasetnonexists $FS $FSSNAP $FSCLONE
163 check_dataset datasetexists $CTR $VOL $FS $FSSNAP $FSCLONE
191 check_dataset datasetexists $CTR $FS $VOL $FSSNAP
195 check_dataset datasetexists $CTR $FS $VOL
/src/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::__anon398605700111::ExpandResponseFilesDatabase
68 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) { in expandResponseFiles() argument
73 std::move(Base), Tokenizer, std::move(FS)); in expandResponseFiles()
/src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp99 StringRef CPU, StringRef FS, in SparcTargetMachine() argument
105 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
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()
[all …]

12345678910>>...23