Searched refs:nlm_host (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/lockd/ |
| H A D | lockd.h | 74 struct nlm_host { struct 133 static inline struct sockaddr *nlm_addr(const struct nlm_host *host) in nlm_addr() 138 static inline struct sockaddr *nlm_srcaddr(const struct nlm_host *host) in nlm_srcaddr() 150 struct nlm_host *host; 161 struct nlm_host *b_host; 173 struct nlm_host * a_host; /* host handle */ 214 struct nlm_host * b_host; /* host handle for RPC clnt */ 246 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host); 250 void nlmclnt_prepare_block(struct nlm_wait *block, struct nlm_host *host, 257 void nlmclnt_recovery(struct nlm_host *); [all …]
|
| H A D | svcsubs.c | 235 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, in nlm_traverse_locks() 241 struct nlm_host *lockhost; in nlm_traverse_locks() 270 nlmsvc_always_match(void *dummy1, struct nlm_host *dummy2) in nlmsvc_always_match() 279 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file() 404 nlmsvc_mark_host(void *data, struct nlm_host *hint) in nlmsvc_mark_host() 406 struct nlm_host *host = data; in nlmsvc_mark_host() 415 nlmsvc_same_host(void *data, struct nlm_host *other) in nlmsvc_same_host() 417 struct nlm_host *host = data; in nlmsvc_same_host() 423 nlmsvc_is_client(void *data, struct nlm_host *dummy) in nlmsvc_is_client() 425 struct nlm_host *host = data; in nlmsvc_is_client() [all …]
|
| H A D | svc4proc.c | 127 static struct nlm_host * 130 struct nlm_host *host; in nlm4svc_lookup_host() 145 nlm4svc_lookup_file(struct svc_rqst *rqstp, struct nlm_host *host, in nlm4svc_lookup_file() 253 struct nlm_host *host; in nlm4svc_proc_test() 302 struct nlm_host *host = NULL; in nlm4svc_do_lock() 412 struct nlm_host *host = NULL; in nlm4svc_proc_cancel() 474 struct nlm_host *host = NULL; in nlm4svc_proc_unlock() 565 nlm4svc_callback(struct svc_rqst *rqstp, struct nlm_host *host, u32 proc, in nlm4svc_callback() 595 struct nlm_host *host = NULL; in __nlm4svc_proc_test_msg() 638 struct nlm_host *host; in nlm4svc_proc_test_msg() [all …]
|
| H A D | svcproc.c | 66 struct nlm_host **hostp, struct nlm_file **filp) in nlmsvc_retrieve_args() 68 struct nlm_host *host = NULL; in nlmsvc_retrieve_args() 140 struct nlm_host *host; in __nlmsvc_proc_test() 177 struct nlm_host *host; in __nlmsvc_proc_lock() 215 struct nlm_host *host; in __nlmsvc_proc_cancel() 257 struct nlm_host *host; in __nlmsvc_proc_unlock() 349 struct nlm_host *host; in nlmsvc_callback() 416 struct nlm_host *host; in nlmsvc_proc_share() 454 struct nlm_host *host; in nlmsvc_proc_unshare() 504 struct nlm_host *host; in nlmsvc_proc_free_all()
|
| H A D | svclock.c | 223 nlmsvc_create_block(struct svc_rqst *rqstp, struct nlm_host *host, in nlmsvc_create_block() 318 void nlmsvc_traverse_blocks(struct nlm_host *host, in nlmsvc_traverse_blocks() 362 static struct nlm_lockowner *__nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid) in __nlmsvc_find_lockowner() 373 static struct nlm_lockowner *nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid) in nlmsvc_find_lockowner() 408 void nlmsvc_locks_init_private(struct file_lock *fl, struct nlm_host *host, in nlmsvc_locks_init_private() 479 struct nlm_host *host, struct nlm_lock *lock, int wait, in nlmsvc_lock() 612 struct nlm_host *host, struct nlm_lock *lock, in nlmsvc_testlock()
|
| /linux/fs/nfs/ |
| H A D | sysfs.c | 290 if (server->nlm_host) in shutdown_store() 291 nlmclnt_shutdown_rpc_clnt(server->nlm_host); in shutdown_store()
|
| H A D | client.c | 582 if (server->nlm_host) in nfs_destroy_server() 583 nlmclnt_done(server->nlm_host); in nfs_destroy_server() 591 struct nlm_host *host; in nfs_start_lockd() 625 server->nlm_host = host; in nfs_start_lockd()
|
| H A D | nfs3proc.c | 1023 status = nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, l_ctx); in nfs3_proc_lock()
|