/Linux-v6.1/include/linux/lockd/ |
D | lockd.h | 43 struct nlm_host { struct 102 static inline struct sockaddr_in *nlm_addr_in(const struct nlm_host *host) in nlm_addr_in() 107 static inline struct sockaddr *nlm_addr(const struct nlm_host *host) in nlm_addr() 112 static inline struct sockaddr_in *nlm_srcaddr_in(const struct nlm_host *host) in nlm_srcaddr_in() 117 static inline struct sockaddr *nlm_srcaddr(const struct nlm_host *host) in nlm_srcaddr() 129 struct nlm_host *host; 143 struct nlm_host * a_host; /* host handle */ 182 struct nlm_host * b_host; /* host handle for RPC clnt */ 211 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host); 215 struct nlm_wait * nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl); [all …]
|
D | share.h | 18 struct nlm_host * s_host; /* client host */ 25 __be32 nlmsvc_share_file(struct nlm_host *, struct nlm_file *, 27 __be32 nlmsvc_unshare_file(struct nlm_host *, struct nlm_file *, 29 void nlmsvc_traverse_shares(struct nlm_host *, struct nlm_file *,
|
D | bind.h | 57 extern struct nlm_host *nlmclnt_init(const struct nlmclnt_initdata *nlm_init); 58 extern void nlmclnt_done(struct nlm_host *host); 79 extern int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data);
|
/Linux-v6.1/fs/lockd/ |
D | svcsubs.c | 205 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, in nlm_traverse_locks() 211 struct nlm_host *lockhost; in nlm_traverse_locks() 240 nlmsvc_always_match(void *dummy1, struct nlm_host *dummy2) in nlmsvc_always_match() 249 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file() 374 nlmsvc_mark_host(void *data, struct nlm_host *hint) in nlmsvc_mark_host() 376 struct nlm_host *host = data; in nlmsvc_mark_host() 385 nlmsvc_same_host(void *data, struct nlm_host *other) in nlmsvc_same_host() 387 struct nlm_host *host = data; in nlmsvc_same_host() 393 nlmsvc_is_client(void *data, struct nlm_host *dummy) in nlmsvc_is_client() 395 struct nlm_host *host = data; in nlmsvc_is_client() [all …]
|
D | host.c | 111 static struct nlm_host *nlm_alloc_host(struct nlm_lookup_host_info *ni, in nlm_alloc_host() 114 struct nlm_host *host = NULL; in nlm_alloc_host() 178 static void nlm_destroy_host_locked(struct nlm_host *host) in nlm_destroy_host_locked() 216 struct nlm_host *nlmclnt_lookup_host(const struct sockaddr *sap, in nlmclnt_lookup_host() 238 struct nlm_host *host; in nlmclnt_lookup_host() 291 void nlmclnt_release_host(struct nlm_host *host) in nlmclnt_release_host() 328 struct nlm_host *nlmsvc_lookup_host(const struct svc_rqst *rqstp, in nlmsvc_lookup_host() 333 struct nlm_host *host = NULL; in nlmsvc_lookup_host() 413 void nlmsvc_release_host(struct nlm_host *host) in nlmsvc_release_host() 428 nlm_bind_host(struct nlm_host *host) in nlm_bind_host() [all …]
|
D | clntlock.c | 38 struct nlm_host * b_host; 54 struct nlm_host *nlmclnt_init(const struct nlmclnt_initdata *nlm_init) in nlmclnt_init() 56 struct nlm_host *host; in nlmclnt_init() 88 void nlmclnt_done(struct nlm_host *host) in nlmclnt_done() 100 struct nlm_wait *nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl) in nlmclnt_prepare_block() 214 nlmclnt_recovery(struct nlm_host *host) in nlmclnt_recovery() 231 struct nlm_host *host = (struct nlm_host *) ptr; in reclaimer()
|
D | clntproc.c | 31 static void nlmclnt_locks_init_private(struct file_lock *fl, struct nlm_host *host); 32 static int nlmclnt_cancel(struct nlm_host *, int , struct file_lock *); 67 static inline int nlm_pidbusy(struct nlm_host *host, uint32_t pid) in nlm_pidbusy() 77 static inline uint32_t __nlm_alloc_pid(struct nlm_host *host) in __nlm_alloc_pid() 86 static struct nlm_lockowner *__nlmclnt_find_lockowner(struct nlm_host *host, fl_owner_t owner) in __nlmclnt_find_lockowner() 97 static struct nlm_lockowner *nlmclnt_find_lockowner(struct nlm_host *host, fl_owner_t owner) in nlmclnt_find_lockowner() 158 int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data) in nlmclnt_proc() 202 struct nlm_rqst *nlm_alloc_call(struct nlm_host *host) in nlm_alloc_call() 263 struct nlm_host *host = req->a_host; in nlmclnt_call() 341 struct nlm_host *host = req->a_host; in __nlm_async_call() [all …]
|
D | svc4proc.c | 24 struct nlm_host **hostp, struct nlm_file **filp) in nlm4svc_retrieve_args() 26 struct nlm_host *host = NULL; in nlm4svc_retrieve_args() 96 struct nlm_host *host; in __nlm4svc_proc_test() 132 struct nlm_host *host; in __nlm4svc_proc_lock() 181 struct nlm_host *host; in __nlm4svc_proc_cancel() 221 struct nlm_host *host; in __nlm4svc_proc_unlock() 303 struct nlm_host *host; in nlm4svc_callback() 368 struct nlm_host *host; in nlm4svc_proc_share() 403 struct nlm_host *host; in nlm4svc_proc_unshare() 451 struct nlm_host *host; in nlm4svc_proc_free_all()
|
D | svcshare.c | 28 nlmsvc_share_file(struct nlm_host *host, struct nlm_file *file, in nlmsvc_share_file() 69 nlmsvc_unshare_file(struct nlm_host *host, struct nlm_file *file, in nlmsvc_unshare_file() 93 void nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file, in nlmsvc_traverse_shares()
|
D | svcproc.c | 53 struct nlm_host **hostp, struct nlm_file **filp) in nlmsvc_retrieve_args() 55 struct nlm_host *host = NULL; in nlmsvc_retrieve_args() 117 struct nlm_host *host; in __nlmsvc_proc_test() 155 struct nlm_host *host; in __nlmsvc_proc_lock() 204 struct nlm_host *host; in __nlmsvc_proc_cancel() 245 struct nlm_host *host; in __nlmsvc_proc_unlock() 336 struct nlm_host *host; in nlmsvc_callback() 403 struct nlm_host *host; in nlmsvc_proc_share() 438 struct nlm_host *host; in nlmsvc_proc_unshare() 486 struct nlm_host *host; in nlmsvc_proc_free_all()
|
D | svclock.c | 217 nlmsvc_create_block(struct svc_rqst *rqstp, struct nlm_host *host, in nlmsvc_create_block() 312 void nlmsvc_traverse_blocks(struct nlm_host *host, in nlmsvc_traverse_blocks() 353 static struct nlm_lockowner *__nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid) in __nlmsvc_find_lockowner() 364 static struct nlm_lockowner *nlmsvc_find_lockowner(struct nlm_host *host, pid_t pid) in nlmsvc_find_lockowner() 399 void nlmsvc_locks_init_private(struct file_lock *fl, struct nlm_host *host, in nlmsvc_locks_init_private() 470 struct nlm_host *host, struct nlm_lock *lock, int wait, in nlmsvc_lock() 587 struct nlm_host *host, struct nlm_lock *lock, in nlmsvc_testlock()
|
D | mon.c | 92 const struct nlm_host *host) in nsm_mon_unmon() 148 int nsm_monitor(const struct nlm_host *host) in nsm_monitor() 189 void nsm_unmonitor(const struct nlm_host *host) in nsm_unmonitor()
|
/Linux-v6.1/include/linux/ |
D | nfs_fs_sb.h | 17 struct nlm_host; 138 struct nlm_host *nlm_host; /* NLM client handle */ member
|
/Linux-v6.1/fs/nfs/ |
D | client.c | 550 if (server->nlm_host) in nfs_destroy_server() 551 nlmclnt_done(server->nlm_host); in nfs_destroy_server() 559 struct nlm_host *host; in nfs_start_lockd() 593 server->nlm_host = host; in nfs_start_lockd()
|
D | proc.c | 662 return nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, NULL); in nfs_proc_lock()
|
D | nfs3proc.c | 973 status = nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, l_ctx); in nfs3_proc_lock()
|