Searched refs:nfsd (Results 1 – 7 of 7) sorted by relevance
8 obj-$(CONFIG_NFSD) += nfsd.o11 nfsd-y += trace.o13 nfsd-y += nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \16 nfsd-$(CONFIG_NFSD_V2_ACL) += nfs2acl.o17 nfsd-$(CONFIG_NFSD_V3) += nfs3proc.o nfs3xdr.o18 nfsd-$(CONFIG_NFSD_V3_ACL) += nfs3acl.o19 nfsd-$(CONFIG_NFSD_V4) += nfs4proc.o nfs4xdr.o nfs4state.o nfs4idmap.o \21 nfsd-$(CONFIG_NFSD_PNFS) += nfs4layouts.o22 nfsd-$(CONFIG_NFSD_BLOCKLAYOUT) += blocklayout.o blocklayoutxdr.o23 nfsd-$(CONFIG_NFSD_SCSILAYOUT) += blocklayout.o blocklayoutxdr.o[all …]
37 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
16 choose M here: the module will be called nfsd.
6 #define TRACE_SYSTEM nfsd
176 bool "Allow nfsd to export CIFS file system"179 Allows NFS server to export a CIFS mounted share (nfsd over cifs)
94 obj-$(CONFIG_NFSD) += nfsd/
336 source "fs/nfsd/Kconfig"