Home
last modified time | relevance | path

Searched refs:lockd (Results 1 - 25 of 58) sorted by relevance

123

/kernel/linux/linux-5.10/fs/lockd/
H A DMakefile6 obj-$(CONFIG_LOCKD) += lockd.o
8 lockd-objs-y := clntlock.o clntproc.o clntxdr.o host.o svc.o svclock.o \
10 lockd-objs-$(CONFIG_LOCKD_V4) += clnt4xdr.o xdr4.o svc4proc.o
11 lockd-objs-$(CONFIG_PROC_FS) += procfs.o
12 lockd-objs := $(lockd-objs-y)
H A Dsvcshare.c3 * linux/fs/lockd/svcshare.c
17 #include <linux/lockd/lockd.h>
18 #include <linux/lockd/share.h>
H A Dsvcsubs.c3 * linux/fs/lockd/svcsubs.c
18 #include <linux/lockd/lockd.h>
19 #include <linux/lockd/share.h>
41 dprintk("lockd: %s (%08x %08x %08x %08x %08x %08x %08x %08x)\n", in nlm_debug_print_fh()
50 dprintk("lockd: %s %s/%ld\n", in nlm_debug_print_file()
115 * we would lock up lockd:-) So no NFS re-exports, folks. in nlm_lookup_file()
121 dprintk("lockd: open failed (error %d)\n", nfserr); in nlm_lookup_file()
128 dprintk("lockd: found file %p (count %d)\n", file, file->f_count); in nlm_lookup_file()
154 printk(KERN_WARNING "lockd in nlm_delete_file()
[all...]
H A Dclntlock.c3 * linux/fs/lockd/clntlock.c
17 #include <linux/lockd/lockd.h>
48 * nlmclnt_init - Set up per-NFS mount point lockd data structures
162 * The server lockd has called us back to tell us the lock was granted
222 printk(KERN_ERR "lockd: unable to spawn reclaimer " in nlmclnt_recovery()
245 lockd_up(net, NULL); /* note: this cannot fail as lockd is already running */ in reclaimer()
247 dprintk("lockd: reclaiming locks for host %s\n", host->h_name); in reclaimer()
252 /* Force a portmap getport - the peer's lockd will in reclaimer()
H A Dsvc.c3 * linux/fs/lockd/svc.c
5 * This is the central lockd service.
7 * FIXME: Separate the lockd NFS server functionality from the lockd NFS
40 #include <linux/lockd/lockd.h>
132 * This is the lockd kernel thread
135 lockd(void *vrqstp) in lockd() function
145 /* Allow SIGKILL to tell lockd to drop all of its locks */ in lockd()
176 dprintk("lockd in lockd()
[all...]
H A Dxdr.c3 * linux/fs/lockd/xdr.c
5 * XDR support for lockd and the lock client.
18 #include <linux/lockd/lockd.h>
66 dprintk("lockd: bad cookie size %d (only cookies under " in nlm_decode_cookie()
89 dprintk("lockd: bad fhandle size %d (should be %d)\n", in nlm_decode_fh()
H A Dsvcproc.c3 * linux/fs/lockd/svcproc.c
13 #include <linux/lockd/lockd.h>
14 #include <linux/lockd/share.h>
104 dprintk("lockd: NULL called\n"); in nlmsvc_proc_null()
119 dprintk("lockd: TEST called\n"); in __nlmsvc_proc_test()
131 dprintk("lockd: TEST status %d vers %d\n", in __nlmsvc_proc_test()
154 dprintk("lockd: LOCK called\n"); in __nlmsvc_proc_lock()
181 dprintk("lockd: LOCK status %d\n", ntohl(resp->status)); in __nlmsvc_proc_lock()
203 dprintk("lockd in __nlmsvc_proc_cancel()
[all...]
H A Dsvc4proc.c3 * linux/fs/lockd/svc4proc.c
13 #include <linux/lockd/lockd.h>
14 #include <linux/lockd/share.h>
74 dprintk("lockd: NULL called\n"); in nlm4svc_proc_null()
89 dprintk("lockd: TEST4 called\n"); in __nlm4svc_proc_test()
101 dprintk("lockd: TEST4 status %d\n", ntohl(resp->status)); in __nlm4svc_proc_test()
123 dprintk("lockd: LOCK called\n"); in __nlm4svc_proc_lock()
150 dprintk("lockd: LOCK status %d\n", ntohl(resp->status)); in __nlm4svc_proc_lock()
171 dprintk("lockd in __nlm4svc_proc_cancel()
[all...]
/kernel/linux/linux-6.6/fs/lockd/
H A DMakefile8 obj-$(CONFIG_LOCKD) += lockd.o
10 lockd-objs-y += clntlock.o clntproc.o clntxdr.o host.o svc.o svclock.o \
12 lockd-objs-$(CONFIG_LOCKD_V4) += clnt4xdr.o xdr4.o svc4proc.o
13 lockd-objs-$(CONFIG_PROC_FS) += procfs.o
14 lockd-objs := $(lockd-objs-y)
H A Dtrace.h3 #define TRACE_SYSTEM lockd
11 #include <linux/lockd/lockd.h>
H A Dsvcshare.c3 * linux/fs/lockd/svcshare.c
17 #include <linux/lockd/lockd.h>
18 #include <linux/lockd/share.h>
H A Dsvc.c3 * linux/fs/lockd/svc.c
5 * This is the central lockd service.
7 * FIXME: Separate the lockd NFS server functionality from the lockd NFS
40 #include <linux/lockd/lockd.h>
120 * This is the lockd kernel thread
123 lockd(void *vrqstp) in lockd() function
187 * Ensure there are active UDP and TCP listeners for lockd.
341 serv = svc_create(&nlmsvc_program, LOCKD_BUFSIZE, lockd); in lockd_get()
[all...]
H A Dclntlock.c3 * linux/fs/lockd/clntlock.c
18 #include <linux/lockd/lockd.h>
39 * nlmclnt_init - Set up per-NFS mount point lockd data structures
159 * The server lockd has called us back to tell us the lock was granted
220 printk(KERN_ERR "lockd: unable to spawn reclaimer " in nlmclnt_recovery()
243 lockd_up(net, NULL); /* note: this cannot fail as lockd is already running */ in reclaimer()
245 dprintk("lockd: reclaiming locks for host %s\n", host->h_name); in reclaimer()
250 /* Force a portmap getport - the peer's lockd will in reclaimer()
H A Dsvcsubs.c3 * linux/fs/lockd/svcsubs.c
18 #include <linux/lockd/lockd.h>
19 #include <linux/lockd/share.h>
41 dprintk("lockd: %s (%08x %08x %08x %08x %08x %08x %08x %08x)\n", in nlm_debug_print_fh()
50 dprintk("lockd: %s %s/%ld\n", in nlm_debug_print_file()
81 * this could block the lockd thread for a while.
96 dprintk("lockd: open failed (error %d)\n", nfserr); in nlm_do_fopen()
147 dprintk("lockd: found file %p (count %d)\n", file, file->f_count); in nlm_lookup_file()
175 printk(KERN_WARNING "lockd in nlm_delete_file()
[all...]
H A Dxdr4.c3 * linux/fs/lockd/xdr4.c
5 * XDR support for lockd and the lock client.
19 #include <linux/lockd/lockd.h>
H A Dxdr.c3 * linux/fs/lockd/xdr.c
5 * XDR support for lockd and the lock client.
18 #include <linux/lockd/lockd.h>
/kernel/linux/linux-5.10/include/linux/lockd/
H A Dbind.h3 * linux/include/linux/lockd/bind.h
5 * This is the part of lockd visible to nfsd and the nfs client.
13 #include <linux/lockd/nlm.h>
15 #include <linux/lockd/xdr.h>
17 #include <linux/lockd/xdr4.h>
25 * This is the set of functions for lockd->nfsd communication
53 * Functions exported by the lockd module
H A Dlockd.h3 * linux/include/linux/lockd/lockd.h
5 * General-purpose lockd include file.
20 #include <linux/lockd/bind.h>
21 #include <linux/lockd/xdr.h>
23 #include <linux/lockd/xdr4.h>
25 #include <linux/lockd/debug.h>
151 * This struct describes a file held open by lockd on behalf of
H A Dxdr4.h3 * linux/include/linux/lockd/xdr4.h
16 #include <linux/lockd/xdr.h>
/kernel/linux/linux-6.6/include/linux/lockd/
H A Dbind.h3 * linux/include/linux/lockd/bind.h
5 * This is the part of lockd visible to nfsd and the nfs client.
13 #include <linux/lockd/nlm.h>
15 #include <linux/lockd/xdr.h>
17 #include <linux/lockd/xdr4.h>
26 * This is the set of functions for lockd->nfsd communication
55 * Functions exported by the lockd module
H A Dlockd.h3 * linux/include/linux/lockd/lockd.h
5 * General-purpose lockd include file.
13 /* XXX: a lot of this should really be under fs/lockd. */
22 #include <linux/lockd/bind.h>
23 #include <linux/lockd/xdr.h>
25 #include <linux/lockd/xdr4.h>
27 #include <linux/lockd/debug.h>
152 * This struct describes a file held open by lockd on behalf of
H A Dxdr4.h3 * linux/include/linux/lockd/xdr4.h
16 #include <linux/lockd/xdr.h>
/kernel/linux/linux-5.10/fs/nfsd/
H A Dlockd.c3 * This file contains all the stubs needed when communicating with lockd.
4 * This level of indirection is necessary so we can run nfsd+lockd without
11 #include <linux/lockd/bind.h>
70 dprintk("nfsd: initializing lockd\n"); in nfsd_lockd_init()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dlockd.c3 * This file contains all the stubs needed when communicating with lockd.
4 * This level of indirection is necessary so we can run nfsd+lockd without
11 #include <linux/lockd/bind.h>
74 dprintk("nfsd: initializing lockd\n"); in nfsd_lockd_init()
/kernel/linux/linux-6.6/fs/nfs/
H A Dsysfs.c15 #include <linux/lockd/lockd.h>

Completed in 12 milliseconds

123