Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/filesystems/nfs/
Dnfs-rdma.txt37 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 …]
Didmapper.txt31 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.
D00-INDEX2 - this file (nfs-related documentation).
9 nfs.txt
10 - nfs client, and DNS resolution for fs_locations.
13 nfs-rdma.txt
Dnfs.txt35 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
Dpnfs.txt63 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 Objects-layout-deriver code is in: fs/nfs/objlayout/.. directory
68 Blocks-layout-deriver code is in: fs/nfs/blocklayout/.. directory
69 Flexfiles-layout-driver code is in: fs/nfs/flexfilelayout/.. directory
87 The /sbin/osd_login is part of the nfs-utils package, and should usually
Dnfsroot.txt45 root=/dev/nfs
52 nfsroot=[<server-ip>:]<root-dir>[,<nfs-options>]
67 <nfs-options> Standard NFS options. All options are separated by commas.
212 make bzdisk FDARGS="root=/dev/nfs"
233 make isoimage FDARGS="root=/dev/nfs"
275 are two free implementations of a boot ROM, netboot-nfs and
Dnfsd-admin-interfaces.txt5 nfs-utils.
Dpnfs-block-server.txt18 option enabled, the blkmapd daemon from nfs-utils is running, and the
Dfault_injection.txt62 tools/nfs/inject_faults.sh script
Drpc-server-gss.txt48 nfs-utils package.
Dnfs41-server.txt173 See also http://wiki.linux-nfs.org/wiki/index.php/Server_4.0_and_4.1_issues.
Dknfsd-stats.txt11 program from the nfs-utils distribution provides a helpful command-line
Drpc-cache.txt182 previous nfs exports table was deemed to be authoritative and a
/linux-4.4.14/fs/nfs/
DMakefile5 obj-$(CONFIG_NFS_FS) += nfs.o
8 nfs-y := client.o dir.o file.o getroot.o inode.o super.o \
11 nfs-$(CONFIG_ROOT_NFS) += nfsroot.o
12 nfs-$(CONFIG_SYSCTL) += sysctl.o
13 nfs-$(CONFIG_NFS_FSCACHE) += fscache.o fscache-index.o
Dclient.c88 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 …]
DKconfig11 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/.
171 <file:Documentation/filesystems/nfs/nfsroot.txt>.
Dnfstrace.h5 #define TRACE_SYSTEM nfs
/linux-4.4.14/arch/arm/configs/
Dpxa168_defconfig20 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.1…
Dpxa910_defconfig20 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.1…
Dmmp2_defconfig19 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.1…
Dpxa3xx_defconfig18 CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.1…
Dlubbock_defconfig14 CONFIG_CMDLINE="root=/dev/nfs ip=bootp console=ttyS0,115200 mem=64M"
Dmainstone_defconfig12 CONFIG_CMDLINE="root=/dev/nfs ip=bootp console=ttyS0,115200 mem=64M"
Dpxa255-idp_defconfig12 CONFIG_CMDLINE="root=/dev/nfs ip=dhcp console=ttyS0,115200 mem=64M"
Dlpd270_defconfig11 CONFIG_CMDLINE="root=/dev/nfs ip=bootp console=ttyS0,115200 mem=64M"
Debsa110_defconfig13 CONFIG_CMDLINE="root=/dev/nfs rw mem=16M console=ttyS1,38400n8"
Dintegrator_defconfig31 CONFIG_CMDLINE="console=ttyAM0,38400n8 root=/dev/nfs ip=bootp"
Diop33x_defconfig17 CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc iop3xx_init_atu=…
Drealview-smp_defconfig20 CONFIG_CMDLINE="root=/dev/nfs nfsroot=10.1.69.3:/work/nfsroot ip=dhcp console=ttyAMA0 mem=128M"
Drealview_defconfig19 CONFIG_CMDLINE="root=/dev/nfs nfsroot=10.1.69.3:/work/nfsroot ip=dhcp console=ttyAMA0 mem=128M"
Diop13xx_defconfig22 CONFIG_CMDLINE="ip=bootp root=nfs console=ttyS0,115200 nfsroot=,tcp,v3,wsize=8192,rsize=8192"
Diop32x_defconfig19 CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc"
Dep93xx_defconfig38 CONFIG_CMDLINE="console=ttyAM0,115200 root=/dev/nfs ip=bootp"
Dixp4xx_defconfig33 CONFIG_CMDLINE="console=ttyS0,115200 ip=bootp root=/dev/nfs"
/linux-4.4.14/fs/nfsd/
DKconfig20 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-4.4.14/arch/unicore32/configs/
Dunicore32_defconfig34 # for nfs: root=/dev/nfs rw nfsroot=192.168.10.88:/home/udb/nfs/,rsize=1024,wsize=1024
/linux-4.4.14/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-4.4.14/fs/fat/
Dnfs.c55 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()
DMakefile9 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
Dinode.c378 if (S_ISDIR(inode->i_mode) && sbi->options.nfs) { in fat_attach()
397 if (S_ISDIR(inode->i_mode) && sbi->options.nfs) { in fat_detach()
514 if (sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_lock_build_inode()
520 if (sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_unlock_build_inode()
915 if (opts->nfs == FAT_NFS_NOSTALE_RO) in fat_show_options()
917 else if (opts->nfs) in fat_show_options()
1051 opts->nfs = 0; in parse_options()
1168 opts->nfs = FAT_NFS_STALE_RW; in parse_options()
1171 opts->nfs = FAT_NFS_NOSTALE_RO; in parse_options()
1264 if (opts->nfs == FAT_NFS_NOSTALE_RO) { in parse_options()
Dfile.c313 if (MSDOS_SB(inode->i_sb)->options.nfs == FAT_NFS_NOSTALE_RO) { in fat_getattr()
Dfat.h37 unsigned char nfs; /* NFS support: nostale_ro, stale_rw */ member
/linux-4.4.14/arch/xtensa/boot/dts/
Dkc705.dts8 …rt8250,mmio32,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=0x3…
Dkc705_nommu.dts8 …arlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug";
Dxtfpga.dtsi8 …arlycon=uart8250,mmio32,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug";
/linux-4.4.14/fs/ncpfs/
Dncplib_kernel.c396 ncp_extract_nfs_info(ncp_reply_data(server, 0), &target->nfs); in ncp_obtain_nfs_info()
398 target->entryName, target->nfs.mode, in ncp_obtain_nfs_info()
399 target->nfs.rdev); in ncp_obtain_nfs_info()
401 target->nfs.mode = 0; in ncp_obtain_nfs_info()
402 target->nfs.rdev = 0; in ncp_obtain_nfs_info()
409 target->nfs.mode = 0; in ncp_obtain_nfs_info()
410 target->nfs.rdev = 0; in ncp_obtain_nfs_info()
641 target->nfs.mode = 0; in ncp_lookup_volume()
Dinode.c146 ncp_dbg(1, "(%s) nfs.mode=0%o\n", nwi->entryName, nwi->nfs.mode); in ncp_update_dates()
147 if (nwi->nfs.mode) { in ncp_update_dates()
149 inode->i_mode = nwi->nfs.mode; in ncp_update_dates()
281 new_decode_dev(info->i.nfs.rdev)); in ncp_iget()
Ddir.c955 finfo.i.nfs.mode = mode; in ncp_create_new()
956 finfo.i.nfs.rdev = new_encode_dev(rdev); in ncp_create_new()
997 finfo.i.nfs.mode = mode; in ncp_mkdir()
DKconfig55 mount-time with the `-N nfs' parameter of ncpmount.
/linux-4.4.14/scripts/
Dver_linux107 showmount --version 2>&1 | grep nfs-utils | awk \
/linux-4.4.14/arch/arm/boot/dts/
Dpxa168-aspenite.dts18 …bootargs = "console=ttyS0,115200 root=/dev/nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:19…
Dr8a7794-alt.dts23 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
Dr7s72100-genmai.dts24 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
Dr8a7793-gose.dts26 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
Demev2-kzm9d.dts27 bootargs = "console=ttyS1,115200n81 ignore_loglevel root=/dev/nfs ip=dhcp";
Dr8a7794-silk.dts25 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
Dr8a7779-marzen.dts27 bootargs = "ignore_loglevel root=/dev/nfs ip=on";
Dpxa910-dkb.dts18 …bootargs = "console=ttyS0,115200 root=/dev/nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:19…
Dr8a7778-bockw.dts31 bootargs = "console=ttySC0,115200 ignore_loglevel ip=dhcp root=/dev/nfs rw";
Dmmp2-brownstone.dts18 …bootargs = "console=ttyS2,38400 root=/dev/nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192…
Dr8a7791-porter.dts24 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
Dr8a73a4-ape6evm.dts25 bootargs = "ignore_loglevel root=/dev/nfs ip=dhcp rw";
Dr8a7791-henninger.dts25 bootargs = "console=ttySC0,38400 ignore_loglevel rw root=/dev/nfs ip=dhcp";
Dr8a7740-armadillo800eva.dts27 …e=tty0 console=ttySC1,115200 earlyprintk=sh-sci.1,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw";
Dsh73a0-kzm9g.dts42 bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel rw";
Dr8a7790-lager.dts55 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
Dr8a7791-koelsch.dts56 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
/linux-4.4.14/arch/c6x/boot/dts/
Devmc6457.dts26 bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
Devmc6474.dts26 bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
Ddsk6455.dts25 bootargs = "root=/dev/nfs ip=dhcp rw";
Devmc6472.dts26 bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
Devmc6678.dts26 bootargs = "root=/dev/nfs ip=dhcp rw";
/linux-4.4.14/arch/sh/configs/
Dsh2007_defconfig25 CONFIG_CMDLINE="console=ttySC1,115200 ip=dhcp root=/dev/nfs rw nfsroot=/nfs/rootfs,rsize=1024,wsize…
Dsh7757lcr_defconfig27 CONFIG_CMDLINE="console=ttySC2,115200 root=/dev/nfs ip=dhcp"
Dul2_defconfig25 CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/nfs ip=dhcp"
Dmigor_defconfig22 CONFIG_CMDLINE="console=tty0 console=ttySC0,115200 earlyprintk=serial ip=on root=/dev/nfs ip=dhcp"
Dsh03_defconfig23 CONFIG_CMDLINE="console=ttySC1,115200 mem=64M root=/dev/nfs"
Dap325rxa_defconfig20 CONFIG_CMDLINE="console=tty1 console=ttySC5,38400 root=/dev/nfs ip=dhcp"
Despt_defconfig21 CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/nfs ip=bootp"
Dedosk7760_defconfig24 CONFIG_CMDLINE="mem=64M console=ttySC2,115200 root=/dev/nfs rw nfsroot=192.168.0.3:/scripts/filesys…
Dsdk7780_defconfig27 CONFIG_CMDLINE="mem=128M console=tty0 console=ttySC0,115200 ip=bootp root=/dev/nfs nfsroot=192.168.…
Decovec24_defconfig21 CONFIG_CMDLINE="console=tty0, console=ttySC0,115200 root=/dev/nfs ip=dhcp mem=248M memchunk.vpu=8m …
Dse7724_defconfig22 CONFIG_CMDLINE="console=tty1 console=ttySC3,115200 root=/dev/nfs ip=dhcp memchunk.vpu=4m"
Dtitan_defconfig26 CONFIG_CMDLINE="console=ttySC1,38400N81 root=/dev/nfs ip=:::::eth1:autoconf rw"
/linux-4.4.14/arch/mips/configs/
Dtb0219_defconfig96 CONFIG_CMDLINE="cca=3 mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs"
Dtb0287_defconfig110 CONFIG_CMDLINE="cca=3 mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs"
Dmarkeins_defconfig202 CONFIG_CMDLINE="console=ttyS0,115200 mem=192m ip=bootp root=/dev/nfs rw"
Dgpr_defconfig330 CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs rw ip=auto"
/linux-4.4.14/Documentation/
DChanges39 o nfs-utils 1.0.5 # showmount --version
261 In ancient (2.4 and earlier) kernels, the nfs server needed to know
265 would take information about active clients from /var/lib/nfs/rmtab.
411 o <http://nfs.sourceforge.net/>
Dhighuid.txt43 nfs
Dkernel-parameters.txt1630 See Documentation/filesystems/nfs/nfsroot.txt.
2249 See Documentation/filesystems/nfs/nfsroot.txt.
2251 nfsroot= [NFS] nfs root filesystem for disk-less boxes.
2252 See Documentation/filesystems/nfs/nfsroot.txt.
2255 See Documentation/filesystems/nfs/nfsroot.txt.
2257 nfs.callback_tcpport=
2261 nfs.cache_getent=
2265 nfs.cache_getent_timeout=
2269 nfs.idmap_cache_timeout=
2273 nfs.enable_ino64=
[all …]
/linux-4.4.14/include/uapi/linux/
Dncp.h159 struct nw_nfs_info nfs; member
DKbuild304 header-y += nfs.h
/linux-4.4.14/Documentation/filesystems/
D00-INDEX98 nfs/
99 - nfs-related documentation.
Dautomount-support.txt3 fs/nfs/). This facility includes allowing in-kernel mounts to be
Dvfat.txt153 nfs=stale_rw|nostale_ro
158 inodes by i_logstart which is used by the nfs-related code to
172 To maintain backward compatibility, '-o nfs' is also accepted,
Dporting142 Documentation/filesystems/nfs/Exporting.
203 ->getattr() finally getting used. See instances in nfs, minix, etc.
Dromfs.txt15 nfs module with nfsroot is about 57K. Furthermore, as a bit unfair
Dhpfs.txt10 Jacques Gelinas, MSDos mmap, Inspired by fs/nfs/mmap.c (Jon Tombs 15 Aug 1993)
Dvfs.txt732 filesystem explicitly requesting it as nfs and 9fs do (when
Dproc.txt582 fs File system parameters, currently nfs/exports (2.4)
/linux-4.4.14/arch/xtensa/configs/
Dgeneric_kc705_defconfig36 …earlycon=uart8250,mmio32,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug"
Dnommu_kc705_defconfig40 …earlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug"
Dsmp_lx200_defconfig40 …earlycon=uart8250,mmio32,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug"
Daudio_kc705_defconfig36 …earlycon=uart8250,mmio32,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug"
Dcommon_defconfig79 CONFIG_CMDLINE="console=ttyS0,38400 ip=bootp root=nfs nfsroot=/opt/montavista/pro/devkit/xtensa/lin…
Diss_defconfig165 CONFIG_CMDLINE="console=ttyS0,38400 eth0=tuntap,,tap0 ip=192.168.168.5:192.168.168.1 root=nfs nfsro…
/linux-4.4.14/arch/powerpc/configs/
Dmvme5100_defconfig26 CONFIG_CMDLINE="console=ttyS0,9600 ip=dhcp root=/dev/nfs"
/linux-4.4.14/Documentation/frv/
Dbooting.txt115 /dev/nfs NFS root filesystem
148 This is mandatory if "root=/dev/nfs" is given as an option. It tells the
/linux-4.4.14/fs/
DMakefile85 obj-$(CONFIG_NFS_FS) += nfs/
DKconfig245 source "fs/nfs/Kconfig"
/linux-4.4.14/arch/hexagon/
DKconfig112 (e.g., mem=64M root=/dev/nfs).
/linux-4.4.14/arch/avr32/
DKconfig242 the memory size and the root device (e.g., mem=8M, root=/dev/nfs).
/linux-4.4.14/net/ipv4/
DKconfig133 <file:Documentation/filesystems/nfs/nfsroot.txt> for details.
148 Read <file:Documentation/filesystems/nfs/nfsroot.txt> for details.
161 <file:Documentation/filesystems/nfs/nfsroot.txt> for details.
/linux-4.4.14/arch/xtensa/
DKconfig350 memory size and the root device (e.g., mem=64M root=/dev/nfs).
/linux-4.4.14/arch/arm64/
DKconfig717 root device (e.g. root=/dev/nfs).
/linux-4.4.14/Documentation/networking/
Darcnet.txt246 oak.oakland.edu:/simtel/msdos/nfs has some nice DOS clients. There
/linux-4.4.14/arch/blackfin/
DKconfig386 the memory size and the root device (e.g., mem=8M, root=/dev/nfs).
/linux-4.4.14/
DMAINTAINERS2695 L: keyrings@linux-nfs.org
6036 L: linux-nfs@vger.kernel.org
6037 W: http://nfs.sourceforge.net/
7509 L: linux-nfs@vger.kernel.org
7510 W: http://client.linux-nfs.org
7511 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7514 F: fs/nfs/
7518 F: include/linux/nfs*
7520 F: include/uapi/linux/nfs*
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME98 by default. This can be changed, as with nfs and other filesystems,
/linux-4.4.14/arch/arm/
DKconfig1940 memory size and the root device (e.g., mem=64M root=/dev/nfs).
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2103 can treat it as a separate machine and either nfs mount directories