| /linux/Documentation/admin-guide/nfs/ |
| H A D | nfs-rdma.rst | 29 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 …]
|
| H A D | nfs-idmapper.rst | 31 ``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.
|
| H A D | index.rst | 8 nfs-client 10 nfs-rdma 12 nfs-idmapper
|
| H A D | nfs-client.rst | 38 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/fs/nfs/ |
| H A D | client.c | 85 struct nfs_subversion *nfs; in __find_nfs_version() local 88 nfs = nfs_version_mods[version]; in __find_nfs_version() 90 return nfs; in __find_nfs_version() 95 struct nfs_subversion *nfs = __find_nfs_version(version); in find_nfs_version() local 97 if (!nfs && request_module("nfsv%d", version) == 0) in find_nfs_version() 98 nfs = __find_nfs_version(version); in find_nfs_version() 100 if (!nfs) in find_nfs_version() 103 if (!get_nfs_version(nfs)) in find_nfs_version() 106 return nfs; in find_nfs_version() 109 int get_nfs_version(struct nfs_subversion *nfs) in get_nfs_version() argument [all …]
|
| H A D | Kconfig | 14 will be called nfs. 17 install the user space mount.nfs command which can be found in 18 the Linux nfs-utils package, available from http://linux-nfs.org/. 21 implementation is available via the nfs(5) man page. 87 space programs which can be found in the Linux nfs-utils package, 88 available from http://linux-nfs.org/. 169 <file:Documentation/admin-guide/nfs/nfsroot.rst>.
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | pnfs.rst | 68 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
|
| H A D | nfsd-maintainer-entry-profile.rst | 27 The linux-nfs@vger.kernel.org mailing list is a public list. Its 32 The linux-nfs mailing list is archived on `lore.kernel.org <https://lore.kernel.org/linux-nfs/>`_. 42 linux-nfs@vger.kernel.org mailing list, where some active triage 54 command, is contained in the nfs-utils package. Report problems 55 with those components to linux-nfs@vger.kernel.org. You might be 268 Cc: linux-nfs@vger.kernel.org and optionally linux-kernel@ 291 such documentation under Documentation/filesystems/nfs/. 326 linux-nfs@vger.kernel.org and are archived on lore.kernel.org. 340 the progress of your patch using the linux-nfs patchworks instance: 342 https://patchwork.kernel.org/project/linux-nfs/list/ [all …]
|
| H A D | client-identifier.rst | 150 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)
|
| H A D | nfsd-io-modes.rst | 42 interesting results, please report them to linux-nfs@vger.kernel.org 91 discussed on linux-nfs, see: 92 https://lore.kernel.org/linux-nfs/aEslwqa9iMeZjjlV@kernel.org/
|
| /linux/arch/arm/configs/ |
| H A D | pxa168_defconfig | 9 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.1…
|
| H A D | pxa910_defconfig | 8 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.1…
|
| H A D | mmp2_defconfig | 9 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.1…
|
| H A D | integrator_defconfig | 18 CONFIG_CMDLINE="console=ttyAM0,38400n8 root=/dev/nfs ip=bootp"
|
| /linux/fs/fat/ |
| H A D | nfs.c | 46 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() 279 if (!parent_inode && sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_get_parent()
|
| H A D | Makefile | 10 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
|
| /linux/arch/xtensa/boot/dts/ |
| H A D | kc705_nommu.dts | 9 …arlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug";
|
| H A D | kc705.dts | 9 …,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=0x3…
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | pxa168-aspenite.dts | 15 …bootargs = "console=ttyS0,115200 root=/dev/nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:19…
|
| /linux/arch/xtensa/configs/ |
| H A D | iss_defconfig | 6 CONFIG_CMDLINE="console=ttyS0,38400 eth0=tuntap,,tap0 ip=192.168.168.5:192.168.168.1 root=nfs nfsro…
|
| /linux/net/sunrpc/ |
| H A D | Kconfig | 31 daemon which may be found in the Linux nfs-utils package 32 available from http://linux-nfs.org/. In addition, user-space
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | index.rst | 94 * nfs/index
|
| /linux/sound/soc/codecs/ |
| H A D | ak4458.c | 522 int nfs, ndt, reg; in ak4458_set_dai_mute() local 525 nfs = ak4458->fs; in ak4458_set_dai_mute() 530 ndt = att_speed[ats] / (nfs / 1000); in ak4458_set_dai_mute()
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | index.rst | 96 * nfs/index
|
| /linux/arch/sh/configs/ |
| H A D | sh7757lcr_defconfig | 24 CONFIG_CMDLINE="console=ttySC2,115200 root=/dev/nfs ip=dhcp"
|