Home
last modified time | relevance | path

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

12345678910>>...22

/freebsd/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 …]
/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
54 log_must zfs clone $POOL/$FS@snap $POOL/clone
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
65 log_must verify_keylocation $POOL/$FS "prompt"
66 log_must verify_origin $POOL/$FS "-"
68 log_must verify_encryption_root $POOL/clone $POOL/$FS
[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_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)
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)
/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.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_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)
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)
/freebsd/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 …]
/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/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 …]
/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_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/release/
H A DMakefile.mirrors198 . for FS in ${VMFSLIST}
200 mv ${OSRELEASE}-${FS}.${VMFORMAT}.xz \
201 ${OSRELEASE}-${FS}-${SNAP_SUFFIX}.${VMFORMAT}.xz
202 cp -p ${RELEASEDIR}/vmimages/${OSRELEASE}-${FS}-${SNAP_SUFFIX}.${VMFORMAT}.xz \
203 ${VM_DIR}/${BUILDDATE}/${OSRELEASE}-${FS}-${SNAP_SUFFIX}.${VMFORMAT}.xz
205 ln -s ../${BUILDDATE}/${OSRELEASE}-${FS}-${SNAP_SUFFIX}.${VMFORMAT}.xz \
206 ${OSRELEASE}-${FS}.${VMFORMAT}.xz
213 . for FS in ${${CW}_FSLIST}
215 mv ${OSRELEASE}-${CW}-${FS}.${VMFORMAT}.xz \
216 ${OSRELEASE}-${CW}-${SNAP_SUFFIX}-${FS}.${VMFORMAT}.xz
[all …]
/freebsd/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 …]
/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/llvm/lib/Target/BPF/
H A DBPFSubtarget.cpp47 StringRef FS) { in initSubtargetFeatures()
49 initSubtargetFeatures(CPU, FS); in initSubtargetFeatures()
50 ParseSubtargetFeatures(CPU, /*TuneCPU*/ CPU, FS); in initSubtargetFeatures()
67 void BPFSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
97 const std::string &FS, const TargetMachine &TM)
98 : BPFGenSubtargetInfo(TT, CPU, /*TuneCPU*/ CPU, FS),
99 FrameLowering(initializeSubtargetDependencies(CPU, FS)),
29 initializeSubtargetDependencies(StringRef CPU,StringRef FS) initializeSubtargetDependencies() argument
43 initSubtargetFeatures(StringRef CPU,StringRef FS) initSubtargetFeatures() argument
61 BPFSubtarget(const Triple & TT,const std::string & CPU,const std::string & FS,const TargetMachine & TM) BPFSubtarget() argument
/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::__anonb32a717b0111::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/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>>...22