Home
last modified time | relevance | path

Searched refs:nlm_host (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/include/linux/lockd/
Dlockd.h39 struct nlm_host { struct
40 struct nlm_host * h_next; /* linked list (hash table) */ argument
67 struct nlm_host * a_host; /* host handle */ argument
99 struct nlm_host * b_host; /* host handle for RPC clnt */
133 int nlmclnt_block(struct nlm_host *, struct file_lock *, u32 *);
134 int nlmclnt_cancel(struct nlm_host *, struct file_lock *);
136 void nlmclnt_recovery(struct nlm_host *, u32);
137 int nlmclnt_reclaim(struct nlm_host *, struct file_lock *);
144 struct nlm_host * nlmclnt_lookup_host(struct sockaddr_in *, int, int);
145 struct nlm_host * nlmsvc_lookup_host(struct svc_rqst *);
[all …]
Dshare.h17 struct nlm_host * s_host; /* client host */
24 u32 nlmsvc_share_file(struct nlm_host *, struct nlm_file *,
26 u32 nlmsvc_unshare_file(struct nlm_host *, struct nlm_file *,
28 int nlmsvc_traverse_shares(struct nlm_host *, struct nlm_file *, int);
Dsm_inter.h41 int nsm_monitor(struct nlm_host *);
42 int nsm_unmonitor(struct nlm_host *);
/linux-2.4.37.9/fs/lockd/
Dhost.c31 static struct nlm_host * nlm_hosts[NLM_HOST_NRHASH];
42 struct nlm_host *
51 struct nlm_host *
62 nlm_match_host(struct nlm_host *host, struct svc_client *clnt, in nlm_match_host()
73 struct nlm_host *
77 struct nlm_host *host, **hp; in nlm_lookup_host()
125 if (!(host = (struct nlm_host *) kmalloc(sizeof(*host), GFP_KERNEL))) in nlm_lookup_host()
166 nlm_bind_host(struct nlm_host *host) in nlm_bind_host()
222 nlm_rebind_host(struct nlm_host *host) in nlm_rebind_host()
234 struct nlm_host * nlm_get_host(struct nlm_host *host) in nlm_get_host()
[all …]
Dclntlock.c39 struct nlm_host * b_host;
51 nlmclnt_block(struct nlm_host *host, struct file_lock *fl, u32 *statp) in nlmclnt_block()
140 void nlmclnt_mark_reclaim(struct nlm_host *host) in nlmclnt_mark_reclaim()
165 void nlmclnt_prepare_reclaim(struct nlm_host *host, u32 newstate) in nlmclnt_prepare_reclaim()
181 nlmclnt_recovery(struct nlm_host *host, u32 newstate) in nlmclnt_recovery()
199 struct nlm_host *host = (struct nlm_host *) ptr; in reclaimer()
Dsvcsubs.c151 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, int action) in nlm_traverse_locks()
155 struct nlm_host *lockhost; in nlm_traverse_locks()
165 lockhost = (struct nlm_host *) fl->fl_owner; in nlm_traverse_locks()
195 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, int action) in nlm_inspect_file()
213 nlm_traverse_files(struct nlm_host *host, int action) in nlm_traverse_files()
286 nlmsvc_free_host_resources(struct nlm_host *host) in nlmsvc_free_host_resources()
302 struct nlm_host *host; in nlmsvc_invalidate_client()
Dsvc4proc.c32 struct nlm_host **hostp, struct nlm_file **filp) in nlm4svc_retrieve_args()
34 struct nlm_host *host = NULL; in nlm4svc_retrieve_args()
96 struct nlm_host *host; in nlm4svc_proc_test()
125 struct nlm_host *host; in nlm4svc_proc_lock()
168 struct nlm_host *host; in nlm4svc_proc_cancel()
201 struct nlm_host *host; in nlm4svc_proc_unlock()
327 struct nlm_host *host; in nlm4svc_proc_share()
360 struct nlm_host *host; in nlm4svc_proc_unshare()
406 struct nlm_host *host; in nlm4svc_proc_free_all()
427 struct nlm_host *host; in nlm4svc_proc_sm_notify()
[all …]
Dsvcproc.c61 struct nlm_host **hostp, struct nlm_file **filp) in nlmsvc_retrieve_args()
63 struct nlm_host *host = NULL; in nlmsvc_retrieve_args()
123 struct nlm_host *host; in nlmsvc_proc_test()
153 struct nlm_host *host; in nlmsvc_proc_lock()
196 struct nlm_host *host; in nlmsvc_proc_cancel()
229 struct nlm_host *host; in nlmsvc_proc_unlock()
355 struct nlm_host *host; in nlmsvc_proc_share()
388 struct nlm_host *host; in nlmsvc_proc_unshare()
434 struct nlm_host *host; in nlmsvc_proc_free_all()
455 struct nlm_host *host; in nlmsvc_proc_sm_notify()
[all …]
Dsvcshare.c27 nlmsvc_share_file(struct nlm_host *host, struct nlm_file *file, in nlmsvc_share_file()
68 nlmsvc_unshare_file(struct nlm_host *host, struct nlm_file *file, in nlmsvc_unshare_file()
92 nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file, int action) in nlmsvc_traverse_shares()
Dclntproc.c107 struct nlm_host *host; in nlmclnt_proc()
201 nlmclnt_grace_wait(struct nlm_host *host) in nlmclnt_grace_wait()
239 struct nlm_host *host = req->a_host; in nlmclnt_call()
322 struct nlm_host *host = req->a_host; in nlmsvc_async_call()
349 struct nlm_host *host = req->a_host; in nlmclnt_async_call()
445 struct nlm_host *host = req->a_host; in nlmclnt_lock()
480 nlmclnt_reclaim(struct nlm_host *host, struct file_lock *fl) in nlmclnt_reclaim()
587 nlmclnt_cancel(struct nlm_host *host, struct file_lock *fl) in nlmclnt_cancel()
Dmon.c33 nsm_mon_unmon(struct nlm_host *host, u32 proc, struct nsm_res *res) in nsm_mon_unmon()
64 nsm_monitor(struct nlm_host *host) in nsm_monitor()
84 nsm_unmonitor(struct nlm_host *host) in nsm_unmonitor()
Dsvclock.c176 struct nlm_host *host; in nlmsvc_create_block()
283 nlmsvc_traverse_blocks(struct nlm_host *host, struct nlm_file *file, int action) in nlmsvc_traverse_blocks()
/linux-2.4.37.9/include/linux/
Dnfs_fs_i.h96 struct nlm_host *host;