Home
last modified time | relevance | path

Searched refs:nfs (Results 1 – 25 of 143) sorted by relevance

123456

/kernel/linux/linux-5.10/Documentation/admin-guide/nfs/
Dnfs-rdma.rst29 nfs-rdma-devel@lists.sourceforge.net mailing list.
53 - Install nfs-utils-1.1.2 or greater on the client
55 An NFS/RDMA mount point can be obtained by using the mount.nfs command in
56 nfs-utils-1.1.2 or greater (nfs-utils-1.1.1 was the first nfs-utils
58 recommend using nfs-utils-1.1.2 or greater). To see which version of
59 mount.nfs you are using, type:
63 $ /sbin/mount.nfs -V
66 you should install the latest version of nfs-utils.
68 Download the latest package from: https://www.kernel.org/pub/linux/utils/nfs
81 To build nfs-utils you will need the tcp_wrappers package installed. For
[all …]
Dnfs-idmapper.rst31 ``create id_resolver * * /usr/sbin/nfs.idmap %k %d 600``
34 This will direct all id_resolver requests to the program /usr/sbin/nfs.idmap.
36 expire. This parameter is optional for /usr/sbin/nfs.idmap. When the timeout
37 is not specified, nfs.idmap will default to 600 seconds.
53 ``create id_resolver * * /usr/sbin/nfs.idmap %k %d 600``
59 /usr/sbin/nfs.idmap will handle gid, user, and group lookups.
65 nfs.idmap
68 nfs.idmap is designed to be called by request-key, and should not be run "by
73 The actual lookups are performed by functions found in nfsidmap.h. nfs.idmap
78 nfs.idmap will return 0 if the key was instantiated, and non-zero otherwise.
Dindex.rst8 nfs-client
10 nfs-rdma
12 nfs-idmapper
Dnfs-client.rst38 The nfs.nfs4_unique_id boot parameter specifies a unique string that can be
41 nfs.nfs4_unique_id stays the same, preventing collision with other clients
44 The nfs.nfs4_unique_id string is typically a UUID, though it can contain
55 via a net boot facility such as PXE. It may also be specified as an nfs.ko
77 /var/lib/nfs/rpc_pipefs, the upcall consists of the following steps:
83 (may be changed using the 'nfs.cache_getent' kernel boot parameter)
90 '/var/lib/nfs/rpc_pipefs/cache/dns_resolve/channel'
119 rpc_pipefs=/var/lib/nfs/rpc_pipefs
/kernel/linux/linux-5.10/fs/nfs/
DMakefile6 obj-$(CONFIG_NFS_FS) += nfs.o
9 nfs-y := client.o dir.o file.o getroot.o inode.o super.o \
13 nfs-$(CONFIG_ROOT_NFS) += nfsroot.o
14 nfs-$(CONFIG_SYSCTL) += sysctl.o
15 nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
Dclient.c86 struct nfs_subversion *nfs; in find_nfs_version() local
89 list_for_each_entry(nfs, &nfs_versions, list) { in find_nfs_version()
90 if (nfs->rpc_ops->version == version) { in find_nfs_version()
92 return nfs; in find_nfs_version()
102 struct nfs_subversion *nfs = find_nfs_version(version); in get_nfs_version() local
104 if (IS_ERR(nfs)) { in get_nfs_version()
107 nfs = find_nfs_version(version); in get_nfs_version()
111 if (!IS_ERR(nfs) && !try_module_get(nfs->owner)) in get_nfs_version()
113 return nfs; in get_nfs_version()
116 void put_nfs_version(struct nfs_subversion *nfs) in put_nfs_version() argument
[all …]
DKconfig12 will be called nfs.
15 install the user space mount.nfs command which can be found in
16 the Linux nfs-utils package, available from http://linux-nfs.org/.
19 implementation is available via the nfs(5) man page.
85 space programs which can be found in the Linux nfs-utils package,
86 available from http://linux-nfs.org/.
167 <file:Documentation/admin-guide/nfs/nfsroot.rst>.
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/
Dpnfs.rst68 table which are called by the nfs-client pnfs-core to implement the
71 Files-layout-driver code is in: fs/nfs/filelayout/.. directory
72 Blocks-layout-driver code is in: fs/nfs/blocklayout/.. directory
73 Flexfiles-layout-driver code is in: fs/nfs/flexfilelayout/.. directory
/kernel/linux/linux-5.10/arch/arm/configs/
Dpxa168_defconfig19 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.1…
Dpxa910_defconfig19 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.1…
Dmmp2_defconfig18 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.1…
Dpxa3xx_defconfig17 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.1…
/kernel/linux/linux-5.10/fs/fat/
Dnfs.c46 if (MSDOS_SB(sb)->options.nfs == FAT_NFS_NOSTALE_RO) in fat_ilookup()
65 if (inode == NULL && MSDOS_SB(sb)->options.nfs == FAT_NFS_NOSTALE_RO) { in __fat_nfs_get_inode()
273 if (!parent_inode && sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_get_parent()
DMakefile10 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
/kernel/liteos_a/fs/nfs/
DMakefile34 LOCAL_SRCS := $(wildcard $(LITEOSTHIRDPARTY)/NuttX/fs/nfs/*.c)
DKconfig8 Answer Y to enable LiteOS support nfs filesystem.
/kernel/liteos_a/shell/
DMakefile37 -I $(LITEOSTOPDIR)/fs/nfs \
/kernel/linux/linux-5.10/fs/nfsd/
DKconfig22 user space programs which can be found in the Linux nfs-utils
23 package, available from http://linux-nfs.org/. More detail about
85 space programs which can be found in the Linux nfs-utils package,
86 available from http://linux-nfs.org/.
/kernel/liteos_a/fs/
DKconfig5 source "fs/nfs/Kconfig"
/kernel/linux/linux-5.10/arch/xtensa/boot/dts/
Dkc705_nommu.dts9 …arlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug";
/kernel/linux/linux-5.10/net/sunrpc/
DKconfig31 daemon which may be found in the Linux nfs-utils package
32 available from http://linux-nfs.org/. In addition, user-space
/kernel/liteos_a/testsuites/
Dconfig.mk45 -I $(LITEOSTHIRDPARTY)/NuttX/fs/nfs/ \
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dpxa168-aspenite.dts15 …bootargs = "console=ttyS0,115200 root=/dev/nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:19…
/kernel/liteos_a/
DREADME_zh-HK.md41 │ ├── nfs # nfs文件系統
/kernel/linux/linux-5.10/arch/c6x/boot/dts/
Devmc6457.dts21 bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";

123456