/Linux-v4.19/Documentation/filesystems/nfs/ |
D | nfs-rdma.txt | 37 nfs-rdma-devel@lists.sourceforge.net 63 - Install nfs-utils-1.1.2 or greater on the client 65 An NFS/RDMA mount point can be obtained by using the mount.nfs command in 66 nfs-utils-1.1.2 or greater (nfs-utils-1.1.1 was the first nfs-utils 68 recommend using nfs-utils-1.1.2 or greater). To see which version of 69 mount.nfs you are using, type: 71 $ /sbin/mount.nfs -V 74 you should install the latest version of nfs-utils. 78 http://www.kernel.org/pub/linux/utils/nfs 89 To build nfs-utils you will need the tcp_wrappers package installed. For [all …]
|
D | idmapper.txt | 31 create id_resolver * * /usr/sbin/nfs.idmap %k %d 600 33 This will direct all id_resolver requests to the program /usr/sbin/nfs.idmap. 35 expire. This parameter is optional for /usr/sbin/nfs.idmap. When the timeout 36 is not specified, nfs.idmap will default to 600 seconds. 51 create id_resolver * * /usr/sbin/nfs.idmap %k %d 600 56 /usr/sbin/nfs.idmap will handle gid, user, and group lookups. 63 nfs.idmap 65 nfs.idmap is designed to be called by request-key, and should not be run "by 70 The actual lookups are performed by functions found in nfsidmap.h. nfs.idmap 75 nfs.idmap will return 0 if the key was instantiated, and non-zero otherwise.
|
D | 00-INDEX | 2 - this file (nfs-related documentation). 9 nfs.txt 10 - nfs client, and DNS resolution for fs_locations. 13 nfs-rdma.txt
|
D | nfs.txt | 35 The nfs.nfs4_unique_id boot parameter specifies a unique string that can be 38 nfs.nfs4_unique_id stays the same, preventing collision with other clients 41 The nfs.nfs4_unique_id string is typically a UUID, though it can contain 52 via a net boot facility such as PXE. It may also be specified as an nfs.ko 73 /var/lib/nfs/rpc_pipefs, the upcall consists of the following steps: 79 (may be changed using the 'nfs.cache_getent' kernel boot parameter) 86 '/var/lib/nfs/rpc_pipefs/cache/dns_resolve/channel' 113 rpc_pipefs=/var/lib/nfs/rpc_pipefs
|
D | pnfs.txt | 63 table which are called by the nfs-client pnfs-core to implement the 66 Files-layout-driver code is in: fs/nfs/filelayout/.. directory 67 Blocks-layout-driver code is in: fs/nfs/blocklayout/.. directory 68 Flexfiles-layout-driver code is in: fs/nfs/flexfilelayout/.. directory
|
/Linux-v4.19/fs/nfs/ |
D | Makefile | 6 obj-$(CONFIG_NFS_FS) += nfs.o 9 nfs-y := client.o dir.o file.o getroot.o inode.o super.o \ 12 nfs-$(CONFIG_ROOT_NFS) += nfsroot.o 13 nfs-$(CONFIG_SYSCTL) += sysctl.o 14 nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
|
D | client.c | 88 struct nfs_subversion *nfs; in find_nfs_version() local 91 list_for_each_entry(nfs, &nfs_versions, list) { in find_nfs_version() 92 if (nfs->rpc_ops->version == version) { in find_nfs_version() 94 return nfs; in find_nfs_version() 104 struct nfs_subversion *nfs = find_nfs_version(version); in get_nfs_version() local 106 if (IS_ERR(nfs)) { in get_nfs_version() 109 nfs = find_nfs_version(version); in get_nfs_version() 113 if (!IS_ERR(nfs) && !try_module_get(nfs->owner)) in get_nfs_version() 115 return nfs; in get_nfs_version() 118 void put_nfs_version(struct nfs_subversion *nfs) in put_nfs_version() argument [all …]
|
D | Kconfig | 11 will be called nfs. 14 install the user space mount.nfs command which can be found in 15 the Linux nfs-utils package, available from http://linux-nfs.org/. 18 implementation is available via the nfs(5) man page. 84 space programs which can be found in the Linux nfs-utils package, 85 available from http://linux-nfs.org/. 167 <file:Documentation/filesystems/nfs/nfsroot.txt>.
|
/Linux-v4.19/arch/arm/configs/ |
D | pxa168_defconfig | 19 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.1…
|
D | pxa910_defconfig | 19 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.1…
|
D | mmp2_defconfig | 18 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.1…
|
D | pxa3xx_defconfig | 17 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.1…
|
D | mainstone_defconfig | 11 CONFIG_CMDLINE="root=/dev/nfs ip=bootp console=ttyS0,115200 mem=64M"
|
/Linux-v4.19/arch/unicore32/configs/ |
D | unicore32_defconfig | 34 # for nfs: root=/dev/nfs rw nfsroot=192.168.10.88:/home/udb/nfs/,rsize=1024,wsize=1024
|
/Linux-v4.19/net/sunrpc/ |
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-v4.19/fs/fat/ |
D | nfs.c | 55 if (MSDOS_SB(sb)->options.nfs == FAT_NFS_NOSTALE_RO) in fat_ilookup() 74 if (inode == NULL && MSDOS_SB(sb)->options.nfs == FAT_NFS_NOSTALE_RO) { in __fat_nfs_get_inode() 282 if (!parent_inode && sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_get_parent()
|
D | Makefile | 10 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
|
/Linux-v4.19/fs/nfsd/ |
D | Kconfig | 20 user space programs which can be found in the Linux nfs-utils 21 package, available from http://linux-nfs.org/. More detail about 81 space programs which can be found in the Linux nfs-utils package, 82 available from http://linux-nfs.org/.
|
/Linux-v4.19/arch/xtensa/boot/dts/ |
D | kc705_nommu.dts | 9 …arlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug";
|
D | kc705.dts | 9 …,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=0x3…
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | pxa168-aspenite.dts | 18 …bootargs = "console=ttyS0,115200 root=/dev/nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:19…
|
D | r8a77470-iwg23s-sbc.dts | 20 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
|
/Linux-v4.19/sound/soc/codecs/ |
D | ak4458.c | 373 int nfs, ndt, ret, reg; in ak4458_set_dai_mute() local 376 nfs = ak4458->fs; in ak4458_set_dai_mute() 381 ndt = att_speed[ats] / (nfs / 1000); in ak4458_set_dai_mute()
|
/Linux-v4.19/arch/c6x/boot/dts/ |
D | evmc6457.dts | 26 bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
|
/Linux-v4.19/arch/xtensa/configs/ |
D | iss_defconfig | 9 CONFIG_CMDLINE="console=ttyS0,38400 eth0=tuntap,,tap0 ip=192.168.168.5:192.168.168.1 root=nfs nfsro…
|