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

1234567891011>>

/freebsd-13-stable/contrib/one-true-awk/bugs-fixed/
H A Dnumeric-fs.awk2 FS = 0; split("20202", a); print a[1];
3 FS = 1; $0="31313"; print $1;
4 FS = 2; "echo 42424" | getline; print $1;
H A Dfs-overflow.awk10 FS = foo();
/freebsd-13-stable/sys/contrib/openzfs/config/
H A Dconfig.awk11 BEGIN { RS = "" ; FS = "\n" } \
/freebsd-13-stable/usr.bin/lex/
H A Dversion.awk4 FS = "[ \t\.\"]+"
/freebsd-13-stable/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-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_011_pos.ksh58 # Setting all the $FS properties as local value,
61 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
78 zfs inherit $prop $POOL/$FS/vol
80 log_fail "zfs inherit $prop $POOL/$FS/vol"
87 # Unmount $POOL/$FS to avoid two fs mount in the same mountpoint
90 log_must zfs unmount -f $POOL/$FS
[all...]
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 "
[all...]
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/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 Drsend_016_neg.ksh31 log_neg eval "zfs send -i \#bla $POOl/$FS@final > /dev/null"
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
/freebsd-13-stable/tests/sys/cddl/zfs/tests/rsend/
H A Drsend_011_pos.ksh73 # Setting all the $FS properties as local value,
76 value=$(get_prop $prop $POOL/$FS)
77 log_must $ZFS set $prop=$value $POOL/$FS
83 for ds in "$POOL/$FS/fs1" "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" ; do
93 $ZFS inherit $prop $POOL/$FS/vol
95 log_fail "$ZFS inherit $prop $POOL/$FS/vol"
102 # Unmount $POOL/$FS to avoid two fs mount in the same mountpoint
105 log_must $ZFS unmount -f $POOL/$FS
[all...]
H A Drsend_008_pos.ksh63 "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone"
66 dtst[((n))]="$POOL/$FS/vol"; dtst[((n+1))]="$POOL/$FS/vclone"
111 "$POOL/$FS" "$dstds/$FS" \
112 "$POOL/$FS/fs1" "$dstds/$FS/fs1" \
113 "$POOL/$FS/fs1/fs2" "$dstds/$FS/fs
[all...]
H A Drsend_010_pos.ksh64 log_must $ZFS create $POOL2/$FS
65 log_must $ZFS snapshot $POOL2/$FS@snap
70 log_must eval "$ZFS send -R $POOL2/$FS@snap > $BACKDIR/fs-R"
71 log_must eval "$ZFS receive -d -F $POOL2/$FS < $BACKDIR/fs-R"
77 list=$($ZFS list -r -H -o name -t filesystem $POOL2/$FS)
87 log_must eval "$ZFS send -R $POOL2/$FS@snap > $BACKDIR/fs-R"
88 dstds=$(get_dst_ds $POOL2/$FS $POOL2/$FS)
/freebsd-13-stable/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
77 reserve=`zfs get -pH reservation $FS | awk '{print $3}'`
82 reserve=`zfs get -H reservation $FS | awk '{print $3}'`
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dpre.js.inc8 if (typeof(FS) === 'object') {
11 FS.init();
12 FS.mkdir('/test-data');
13 FS.mount(NODEFS, { root: '.' }, '/test-data');
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_reservation/
H A Dzfs_reservation_002_pos.ksh67 typeset FS
68 for FS in $TESTPOOL/$RESERVATION $TESTPOOL/$RESERVATION2
70 if datasetexists $FS ; then
71 log_must $ZFS unmount $FS
72 log_must $ZFS destroy $FS
87 for FS in $TESTPOOL/$RESERVATION $TESTPOOL/$RESERVATION2
90 reserve=`$ZFS get -pH reservation $FS | $AWK '{print $3}'`
95 reserve=`$ZFS get -H reservation $FS | $AWK '{print $3}'`
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp29 StringRef FS) {
36 ParseSubtargetFeatures(CPU, FS);
42 const std::string &FS,
44 : WebAssemblyGenSubtargetInfo(TT, CPU, FS), TargetTriple(TT),
45 FrameLowering(), InstrInfo(initializeSubtargetDependencies(CPU, FS)),
28 initializeSubtargetDependencies(StringRef CPU, StringRef FS) argument
40 WebAssemblySubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument
/freebsd-13-stable/bin/mv/tests/
H A Dlegacy_test.sh13 if [ -z "$FS" ]
139 for FS in '' $TMPDIR/testdir/
143 mv fa ${FS}fb
145 ckf fa ${FS}fb
152 mkdir -p ${FS}1/2/3
153 mv fa fb ${FS}1/2/3
155 ckf fa ${FS}1/2/3/fa
156 ckf fb ${FS}1/2/3/fb
164 mv 1/2/3/fa ${FS}fb
166 ckf fa ${FS}f
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSubtarget.cpp29 StringRef FS) {
31 initSubtargetFeatures(CPU, FS);
32 ParseSubtargetFeatures(CPU, FS);
43 void BPFSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { argument
61 const std::string &FS, const TargetMachine &TM)
62 : BPFGenSubtargetInfo(TT, CPU, FS), InstrInfo(),
63 FrameLowering(initializeSubtargetDependencies(CPU, FS)),
28 initializeSubtargetDependencies(StringRef CPU, StringRef FS) argument
60 BPFSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dprocfs_list_basic.ksh45 datasetexists $FS && log_must zfs destroy -r $FS
51 count=$(grep -E "command: (lt-)?zfs snapshot $FS@testsnapshot" | wc -l)
56 typeset -r FS=$TESTPOOL/fs
64 log_must zfs create $FS
66 log_must zfs snapshot "$FS@testsnapshot$i"
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRSubtarget.cpp31 const std::string &FS, const AVRTargetMachine &TM)
32 : AVRGenSubtargetInfo(TT, CPU, FS), ELFArch(0),
44 TLInfo(TM, initializeSubtargetDependencies(CPU, FS, TM)), TSInfo() {
46 ParseSubtargetFeatures(CPU, FS);
50 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, argument
53 ParseSubtargetFeatures(CPU, FS);
30 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const AVRTargetMachine &TM) argument
/freebsd-13-stable/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_009_neg.ksh77 log_must $ZFS create $TESTPOOL/$FS
79 enc=$(get_prop encryption $TESTPOOL/$FS)
81 log_unsupported "get_prop encryption $TESTPOOL/$FS failed."
87 log_mustnot $ZPOOL set bootfs=$TESTPOOL/$FS $TESTPOOL
92 log_must $ZFS snapshot $TESTPOOL/$FS@snap
93 log_must $ZFS clone $TESTPOOL/$FS@snap $TESTPOOL/clone
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCSubtarget.cpp28 const std::string &FS, const TargetMachine &TM)
29 : ARCGenSubtargetInfo(TT, CPU, FS), FrameLowering(*this),
27 ARCSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument

Completed in 289 milliseconds

1234567891011>>