Home
last modified time | relevance | path

Searched refs:nfsd (Results 1 – 7 of 7) sorted by relevance

/fs/nfsd/
DMakefile8 obj-$(CONFIG_NFSD) += nfsd.o
11 nfsd-y += trace.o
13 nfsd-y += nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
16 nfsd-$(CONFIG_NFSD_V2_ACL) += nfs2acl.o
17 nfsd-$(CONFIG_NFSD_V3) += nfs3proc.o nfs3xdr.o
18 nfsd-$(CONFIG_NFSD_V3_ACL) += nfs3acl.o
19 nfsd-$(CONFIG_NFSD_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4idmap.o \
21 nfsd-$(CONFIG_NFSD_PNFS) += nfs4layouts.o
22 nfsd-$(CONFIG_NFSD_BLOCKLAYOUT) += blocklayout.o blocklayoutxdr.o
23 nfsd-$(CONFIG_NFSD_SCSILAYOUT) += blocklayout.o blocklayoutxdr.o
[all …]
Dnfssvc.c37 static int nfsd(void *vrqstp);
595 .svo_function = nfsd,
634 return kthread_func(current) == nfsd; in i_am_nfsd()
918 nfsd(void *vrqstp) in nfsd() function
DKconfig16 choose M here: the module will be called nfsd.
Dtrace.h6 #define TRACE_SYSTEM nfsd
/fs/cifs/
DKconfig176 bool "Allow nfsd to export CIFS file system"
179 Allows NFS server to export a CIFS mounted share (nfsd over cifs)
/fs/
DMakefile94 obj-$(CONFIG_NFSD) += nfsd/
DKconfig336 source "fs/nfsd/Kconfig"