Searched refs:nlm_host (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/include/linux/lockd/ |
D | lockd.h | 39 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 …]
|
D | share.h | 17 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);
|
D | sm_inter.h | 41 int nsm_monitor(struct nlm_host *); 42 int nsm_unmonitor(struct nlm_host *);
|
/linux-2.4.37.9/fs/lockd/ |
D | host.c | 31 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 …]
|
D | clntlock.c | 39 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()
|
D | svcsubs.c | 151 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()
|
D | svc4proc.c | 32 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 …]
|
D | svcproc.c | 61 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 …]
|
D | svcshare.c | 27 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()
|
D | clntproc.c | 107 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()
|
D | mon.c | 33 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()
|
D | svclock.c | 176 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/ |
D | nfs_fs_i.h | 96 struct nlm_host *host;
|