Home
last modified time | relevance | path

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

123456

/linux-6.1.9/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 can help prevent collisions with other clients.
43 The nfs.nfs4_unique_id string is typically a UUID, though it can contain
54 via a net boot facility such as PXE. It may also be specified as an nfs.ko
59 /sys/fs/nfs/net/nfs_client/identifier which will be local to the network
80 /var/lib/nfs/rpc_pipefs, the upcall consists of the following steps:
86 (may be changed using the 'nfs.cache_getent' kernel boot parameter)
93 '/var/lib/nfs/rpc_pipefs/cache/dns_resolve/channel'
122 rpc_pipefs=/var/lib/nfs/rpc_pipefs
/linux-6.1.9/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
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>.
/linux-6.1.9/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
Dreexport.rst21 traversing into further nfs filesystems; if you wish to export nfs
59 filesystem, the second is the length after that nfs export is reexported
101 - fs/nfs/export.c:nfs_encode_fh
Dclient-identifier.rst150 nfs.nfs4_unique_id
152 via the kernel command line, or when the "nfs" module is
155 /sys/fs/nfs/client/net/identifier
167 > /sys/fs/nfs/client/net/identifier
213 - nfs(5)
/linux-6.1.9/arch/arm/configs/
Dpxa168_defconfig13 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.1…
Dpxa910_defconfig9 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.1…
Dmmp2_defconfig10 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.1…
Dpxa3xx_defconfig12 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.1…
Dmainstone_defconfig7 CONFIG_CMDLINE="root=/dev/nfs ip=bootp console=ttyS0,115200 mem=64M"
/linux-6.1.9/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
Dinode.c424 if (S_ISDIR(inode->i_mode) && sbi->options.nfs) { in fat_attach()
443 if (S_ISDIR(inode->i_mode) && sbi->options.nfs) { in fat_detach()
583 if (sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_lock_build_inode()
589 if (sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_unlock_build_inode()
1024 if (opts->nfs == FAT_NFS_NOSTALE_RO) in fat_show_options()
1026 else if (opts->nfs) in fat_show_options()
1160 opts->nfs = 0; in parse_options()
1284 opts->nfs = FAT_NFS_STALE_RW; in parse_options()
1287 opts->nfs = FAT_NFS_NOSTALE_RO; in parse_options()
1379 if (opts->nfs == FAT_NFS_NOSTALE_RO) { in parse_options()
/linux-6.1.9/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
76 space programs which can be found in the Linux nfs-utils package,
77 available from http://linux-nfs.org/.
/linux-6.1.9/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
/linux-6.1.9/arch/xtensa/boot/dts/
Dkc705_nommu.dts9 …arlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug";
Dkc705.dts9 …,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=0x3…
/linux-6.1.9/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…
/linux-6.1.9/arch/xtensa/configs/
Diss_defconfig6 CONFIG_CMDLINE="console=ttyS0,38400 eth0=tuntap,,tap0 ip=192.168.168.5:192.168.168.1 root=nfs nfsro…
/linux-6.1.9/arch/sh/configs/
Dsh2007_defconfig24 CONFIG_CMDLINE="console=ttySC1,115200 ip=dhcp root=/dev/nfs rw nfsroot=/nfs/rootfs,rsize=1024,wsize…

123456