Searched refs:nfs (Results 1 – 25 of 32) sorted by relevance
12
/third_party/mesa3d/.gitlab-ci/bare-metal/ |
D | poe-powered.sh | 53 if [ ! -d /nfs ]; then 92 rsync -a --delete $BM_ROOTFS/ /nfs/ 110 [ -d $BM_BOOTFS/usr/lib/modules ] && rsync -a --delete $BM_BOOTFS/usr/lib/modules/ /nfs/usr/lib/mod… 111 [ -d $BM_BOOTFS/lib/modules ] && rsync -a --delete $BM_BOOTFS/lib/modules/ /nfs/usr/lib/modules/ 117 mkdir -p /nfs/results 118 . $BM/rootfs-setup.sh /nfs 145 cp -Rp /nfs/results/. results/
|
D | cros-servo.sh | 23 if [ ! -d /nfs ]; then 57 rsync -a --delete $BM_ROOTFS/ /nfs/ 58 mkdir -p /nfs/results 59 . $BM/rootfs-setup.sh /nfs 99 cp -Rp /nfs/results/. results/
|
D | fastboot.sh | 62 rsync -a --delete $BM_ROOTFS/ /nfs/ 63 mkdir -p /nfs/results 64 . $BM/rootfs-setup.sh /nfs 145 cp -Rp /nfs/results/. results/
|
/third_party/ltp/testcases/network/ |
D | .gitignore | 15 /nfs/nfs_stress/nfs01_open_files 16 /nfs/nfs_stress/nfs04_create_file 17 /nfs/nfs_stress/nfs05_make_tree 18 /nfs/nfslock01/nfs_flock 19 /nfs/nfslock01/nfs_flock_dgen
|
D | README.md | 51 NFS tests require running NFS server, enable and start `nfs-server.service` 52 (Debian/Ubuntu and openSUSE/SLES: `nfs-kernel-server` package, others: 53 `nfs-server` package).
|
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
D | nfs_lib.sh | 9 NFS_TYPE=${NFS_TYPE:=nfs} 75 …config=$(tst_rhost_run -c 'for f in $(grep ^include.*= '/etc/nfs.conf' | cut -d = -f2); do [ -f $f… 142 if [ "$(stat -f . | grep "Type: nfs")" ]; then
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | ltpfs.part1 | 4 bfs102 ltpfstest /test/growfiles/nfs
|
/third_party/ltp/scenario_groups/ |
D | network | 8 net.nfs
|
/third_party/e2fsprogs/install-utils/ |
D | convfstab | 44 xenix | coherent | nfs | proc | sw | swap )
|
/third_party/NuttX/ |
D | NuttX.gni | 120 "//third_party/NuttX/fs/nfs/nfs_adapter.c", 121 "//third_party/NuttX/fs/nfs/nfs_util.c", 122 "//third_party/NuttX/fs/nfs/rpc_clnt.c",
|
/third_party/ltp/testcases/network/nfsv4/acl/ |
D | runtest | 8 NFSMNTDIR=/mnt/nfs-acl
|
/third_party/mesa3d/.gitlab-ci/container/ |
D | arm.config | 4 # abootimg with a 'dummy' rootfs fails with root=/dev/nfs
|
D | x86_64.config | 9 # abootimg with a 'dummy' rootfs fails with root=/dev/nfs
|
D | arm64.config | 4 # abootimg with a 'dummy' rootfs fails with root=/dev/nfs
|
/third_party/mesa3d/docs/ci/ |
D | bare-metal.rst | 68 dhcp-option=tag:cheza1,option:root-path,/srv/nfs/cheza1 69 dhcp-option=tag:cheza2,option:root-path,/srv/nfs/cheza2 92 root dir at /nfs and TFTP kernel directory at /tftp.
|
/third_party/NuttX/include/nuttx/fs/ |
D | dirent_fs.h | 292 struct nfsdir_s nfs; member
|
/third_party/flutter/skia/third_party/externals/dawn/ |
D | .gitignore | 42 .nfs*
|
/third_party/skia/third_party/externals/dawn/ |
D | .gitignore | 47 .nfs*
|
/third_party/ltp/doc/ |
D | ltp-run-files.txt | 56 - nfs
|
/third_party/ntfs-3g/ |
D | TODO.ntfsprogs | 36 - manual: document LFS issues (smbfs' lfs option, nfs)
|
/third_party/mesa3d/src/freedreno/ci/ |
D | freedreno-a530-flakes.txt | 57 # (ci-fd-fastboot-nfs)
|
/third_party/FreeBSD/ |
D | MAINTAINERS | 68 nfs freebsd-fs@FreeBSD.org, rmacklem is best for reviews.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 472 return !fstype.equals("nfs");
|
/third_party/python/Doc/distutils/ |
D | apiref.rst | 1022 Files in *src* that begin with :file:`.nfs` are skipped (more information on 1024 <http://nfs.sourceforge.net/#section_d>`_).
|
/third_party/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 1719 genfscon nfs / system_u:object_r:nfs_t:s0
|
12