Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/Documentation/admin-guide/nfs/
A Dnfs-rdma.rst56 nfs-utils-1.1.2 or greater (nfs-utils-1.1.1 was the first nfs-utils
59 mount.nfs you are using, type:
63 $ /sbin/mount.nfs -V
84 After building the nfs-utils package, there will be a mount.nfs binary in
88 mount.nfs4 to mount.nfs.
90 This mount.nfs binary should be installed at /sbin/mount.nfs as follows:
94 $ sudo cp utils/mount/mount.nfs /sbin/mount.nfs
100 mount.nfs and therefore nfs-utils-1.1.2 or greater is only needed
102 nfs-utils on the server. Furthermore, only the mount.nfs command from
259 $ /etc/init.d/nfs start
[all …]
A 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.
A Dindex.rst8 nfs-client
10 nfs-rdma
12 nfs-idmapper
A 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.3-rc2/fs/nfs/
A 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
A Dclient.c86 struct nfs_subversion *nfs; in find_nfs_version() local
90 if (nfs->rpc_ops->version == version) { in find_nfs_version()
92 return nfs; in find_nfs_version()
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()
118 module_put(nfs->owner); in put_nfs_version()
125 list_add(&nfs->list, &nfs_versions); in register_nfs_version()
126 nfs_version[nfs->rpc_ops->version] = nfs->rpc_vers; in register_nfs_version()
[all …]
A 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.3-rc2/Documentation/filesystems/nfs/
A 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
A 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
A Dclient-identifier.rst150 nfs.nfs4_unique_id
152 via the kernel command line, or when the "nfs" module is
155 /sys/fs/nfs/net/nfs_client/identifier
167 > /sys/fs/nfs/net/nfs_client/identifier
213 - nfs(5)
/linux-6.3-rc2/arch/arm/configs/
A Dpxa168_defconfig10 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.1…
A Dpxa910_defconfig9 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.1…
A Dmmp2_defconfig10 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.1…
A Dpxa3xx_defconfig12 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.1…
/linux-6.3-rc2/fs/fat/
A 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()
A DMakefile10 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
A Dinode.c419 if (S_ISDIR(inode->i_mode) && sbi->options.nfs) { in fat_attach()
438 if (S_ISDIR(inode->i_mode) && sbi->options.nfs) { in fat_detach()
578 if (sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_lock_build_inode()
584 if (sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_unlock_build_inode()
1019 if (opts->nfs == FAT_NFS_NOSTALE_RO) in fat_show_options()
1021 else if (opts->nfs) in fat_show_options()
1155 opts->nfs = 0; in parse_options()
1279 opts->nfs = FAT_NFS_STALE_RW; in parse_options()
1282 opts->nfs = FAT_NFS_NOSTALE_RO; in parse_options()
1374 if (opts->nfs == FAT_NFS_NOSTALE_RO) { in parse_options()
/linux-6.3-rc2/fs/nfsd/
A DKconfig23 user space programs which can be found in the Linux nfs-utils
24 package, available from http://linux-nfs.org/. More detail about
87 space programs which can be found in the Linux nfs-utils package,
88 available from http://linux-nfs.org/.
/linux-6.3-rc2/arch/xtensa/boot/dts/
A Dkc705_nommu.dts9 …arlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug";
A Dkc705.dts9 …,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=0x3…
/linux-6.3-rc2/arch/arm/boot/dts/
A Dpxa168-aspenite.dts15 …bootargs = "console=ttyS0,115200 root=/dev/nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:19…
A Dr8a7745-sk-rzg1e.dts21 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
/linux-6.3-rc2/arch/xtensa/configs/
A Diss_defconfig6 CONFIG_CMDLINE="console=ttyS0,38400 eth0=tuntap,,tap0 ip=192.168.168.5:192.168.168.1 root=nfs nfsro…
A Dcommon_defconfig10 CONFIG_CMDLINE="console=ttyS0,38400 ip=bootp root=nfs nfsroot=/opt/montavista/pro/devkit/xtensa/lin…
/linux-6.3-rc2/arch/sh/configs/
A Dsh2007_defconfig24 CONFIG_CMDLINE="console=ttySC1,115200 ip=dhcp root=/dev/nfs rw nfsroot=/nfs/rootfs,rsize=1024,wsize…

Completed in 31 milliseconds

12345