Searched refs:nfsd (Results 1 – 29 of 29) sorted by relevance
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsd-admin-interfaces.txt | 1 Administrative interfaces for nfsd 7 nfsd is controlled mainly by pseudofiles under the "nfsd" filesystem, 8 which is normally mounted at /proc/fs/nfsd/. 11 nfsd/threads. 14 writing to nfsd/portlist; that write may be: 21 If nfsd is started without doing any of these, then it will create one 24 On startup, nfsd and lockd grace periods start. 26 nfsd is shut down by a write of 0 to nfsd/threads. All locks and state 30 or down by additional writes to nfsd/threads or by writes to 31 nfsd/pool_threads. [all …]
|
D | knfsd-stats.txt | 20 /proc/fs/nfsd/pool_stats 24 /proc/fs/nfsd filesystem is mounted (it almost always should be). 43 which contains all the nfsd threads and all the CPUs in the system, 62 an nfsd thread to service it, i.e. no nfsd thread was considered 71 This can happen either because there are too few nfsd threads in the 75 configuring more nfsd threads will probably improve the performance 77 already choosing not to wake idle nfsd threads because there are too 78 many nfsd threads which want to run but cannot, so configuring more 79 nfsd threads will make no difference whatsoever. The overloads-avoided 83 Counts how many times an idle nfsd thread is woken to try to [all …]
|
D | nfs41-server.txt | 4 /proc/fs/nfsd/versions control file. The string output returned 10 the /proc/fs/nfsd/versions control file. Note that to write this 11 control file, the nfsd service must be taken down. You can use rpc.nfsd 12 for this; see rpc.nfsd(8). 17 on or off; rpc.nfsd does this correctly.) 19 The NFSv4 minorversion 1 (NFSv4.1) implementation in nfsd is based
|
D | pnfs-block-server.txt | 21 If the nfsd server needs to fence a non-responding client it calls 22 /sbin/nfsd-recall-failed with the first argument set to the IP address of 27 cat > /sbin/nfsd-recall-failed << EOF
|
D | 00-INDEX | 15 nfsd-admin-interfaces.txt 16 - Administrative interfaces for nfsd.
|
D | fault_injection.txt | 20 <debug_dir>/nfsd. This will show a list of files that will be used for 24 to <debug_dir>/nfsd/forget_locks. A value of 0 will tell the server to forget
|
D | rpc-server-gss.txt | 89 before starting nfsd. Whoever starts nfsd can guarantee this by reading
|
D | pnfs.txt | 40 The hash code is copied from the nfsd code base. A discussion of
|
D | nfs-rdma.txt | 258 $ echo rdma 20049 > /proc/fs/nfsd/portlist
|
/linux-4.1.27/fs/nfsd/ |
D | Makefile | 7 obj-$(CONFIG_NFSD) += nfsd.o 10 nfsd-y += trace.o 12 nfsd-y += nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \ 14 nfsd-$(CONFIG_NFSD_FAULT_INJECTION) += fault_inject.o 15 nfsd-$(CONFIG_NFSD_V2_ACL) += nfs2acl.o 16 nfsd-$(CONFIG_NFSD_V3) += nfs3proc.o nfs3xdr.o 17 nfsd-$(CONFIG_NFSD_V3_ACL) += nfs3acl.o 18 nfsd-$(CONFIG_NFSD_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4idmap.o \ 20 nfsd-$(CONFIG_NFSD_PNFS) += nfs4layouts.o blocklayout.o blocklayoutxdr.o
|
D | trace.h | 5 #define TRACE_SYSTEM nfsd
|
D | nfssvc.c | 29 static int nfsd(void *vrqstp); 408 nfsd_last_thread, nfsd, THIS_MODULE); in nfsd_create_serv() 566 nfsd(void *vrqstp) in nfsd() function
|
D | Kconfig | 14 choose M here: the module will be called nfsd.
|
/linux-4.1.27/arch/mn10300/boot/ |
D | install.sh | 48 install -c -m 0755 -d $4/../usr/include/linux/nfsd 49 cd ${srctree}/include/linux/nfsd 51 install -c -m 0644 $i $4/../usr/include/linux/nfsd/$i
|
/linux-4.1.27/tools/nfsd/ |
D | inject_fault.sh | 16 DEBUGDIR=`echo $DEBUGFS | awk '{print $2}'`/nfsd
|
/linux-4.1.27/Documentation/ |
D | dynamic-debug-howto.txt | 170 module nfsd 184 format nfsd:\040SETATTR // one way to match a format with whitespace 185 format "nfsd: SETATTR" // a neater way to match a format with whitespace 186 format 'nfsd: SETATTR' // yet another way to match a format with whitespace 309 nullarbor:~ # echo -n 'module nfsd +p' > 321 nullarbor:~ # echo -n 'format "nfsd: READ" +p' >
|
D | Changes | 267 mount -t nfsd nfsd /proc/fs/nfsd
|
D | kernel-docs.txt | 495 http://www.cse.unsw.edu.au/~neilb/oss/linux-commentary/nfsd.html 496 Keywords: knfsd, nfsd, NFS, RPC, lockd, mountd, statd.
|
D | DMA-API.txt | 603 Modules linked in: nfsd exportfs bridge stp llc r8169
|
D | devices.txt | 757 /dev/nfsd -> /dev/socksys 3185 /dev/nfsd socksys symbolic Required by iBCS-2
|
D | kernel-parameters.txt | 2259 nfsd.nfs4_disable_idmapping=
|
/linux-4.1.27/fs/ |
D | Makefile | 87 obj-$(CONFIG_NFSD) += nfsd/
|
D | Kconfig | 243 source "fs/nfsd/Kconfig"
|
/linux-4.1.27/fs/cifs/ |
D | Kconfig | 165 bool "Allow nfsd to export CIFS file system" 168 Allows NFS server to export a CIFS mounted share (nfsd over cifs)
|
/linux-4.1.27/include/uapi/linux/ |
D | Kbuild | 12 header-y += nfsd/
|
/linux-4.1.27/Documentation/cgroups/ |
D | cgroups.txt | 130 Browsers like Firefox/Lynx go into the WWW network class, while (k)nfsd goes
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 415 under nfsd requires this mount option on the cifs mount.
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 103 nullarbor:~ # echo -n 'module nfsd +p' >
|
/linux-4.1.27/ |
D | MAINTAINERS | 5633 F: fs/nfsd/ 5634 F: include/uapi/linux/nfsd/
|