Home
last modified time | relevance | path

Searched defs:host (Results 1 – 12 of 12) sorted by relevance

/fs/lockd/
Dclntlock.c54 struct nlm_host *host; in nlmclnt_init() local
79 void nlmclnt_done(struct nlm_host *host) in nlmclnt_done()
89 struct nlm_wait *nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl) in nlmclnt_prepare_block()
166 static int nlmclnt_cmp_addr(const struct nlm_host *host, in nlmclnt_cmp_addr()
184 static int nlmclnt_cmp_addr(const struct nlm_host *host, in nlmclnt_cmp_addr()
242 nlmclnt_recovery(struct nlm_host *host) in nlmclnt_recovery()
259 struct nlm_host *host = (struct nlm_host *) ptr; in reclaimer() local
Dclntproc.c64 static inline int nlm_pidbusy(struct nlm_host *host, uint32_t pid) in nlm_pidbusy()
74 static inline uint32_t __nlm_alloc_pid(struct nlm_host *host) in __nlm_alloc_pid()
83 static struct nlm_lockowner *__nlm_find_lockowner(struct nlm_host *host, fl_owner_t owner) in __nlm_find_lockowner()
94 static struct nlm_lockowner *nlm_find_lockowner(struct nlm_host *host, fl_owner_t owner) in nlm_find_lockowner()
154 int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl) in nlmclnt_proc()
193 struct nlm_rqst *nlm_alloc_call(struct nlm_host *host) in nlm_alloc_call()
253 struct nlm_host *host = req->a_host; in nlmclnt_call() local
330 struct nlm_host *host = req->a_host; in __nlm_async_call() local
464 static void nlmclnt_locks_init_private(struct file_lock *fl, struct nlm_host *host) in nlmclnt_locks_init_private()
513 struct nlm_host *host = req->a_host; in nlmclnt_lock() local
[all …]
Dhost.c109 struct nlm_host *host; in nlm_lookup_host() local
216 nlm_destroy_host(struct nlm_host *host) in nlm_destroy_host()
339 nlm_bind_host(struct nlm_host *host) in nlm_bind_host()
408 nlm_rebind_host(struct nlm_host *host) in nlm_rebind_host()
420 struct nlm_host * nlm_get_host(struct nlm_host *host) in nlm_get_host()
433 void nlm_release_host(struct nlm_host *host) in nlm_release_host()
458 struct nlm_host *host; in nlm_host_rebooted() local
507 struct nlm_host *host; in nlm_shutdown_hosts() local
552 struct nlm_host *host; in nlm_gc_hosts() local
Dsvcsubs.c163 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, in nlm_traverse_locks()
208 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file()
318 struct nlm_host *host = data; in nlmsvc_mark_host() local
327 struct nlm_host *host = data; in nlmsvc_same_host() local
335 struct nlm_host *host = data; in nlmsvc_is_client() local
363 nlmsvc_free_host_resources(struct nlm_host *host) in nlmsvc_free_host_resources()
418 nlmsvc_match_ip(void *datap, struct nlm_host *host) in nlmsvc_match_ip()
Dsvc4proc.c29 struct nlm_host *host = NULL; in nlm4svc_retrieve_args() local
82 struct nlm_host *host; in nlm4svc_proc_test() local
109 struct nlm_host *host; in nlm4svc_proc_lock() local
151 struct nlm_host *host; in nlm4svc_proc_cancel() local
184 struct nlm_host *host; in nlm4svc_proc_unlock() local
255 struct nlm_host *host; in nlm4svc_callback() local
323 struct nlm_host *host; in nlm4svc_proc_share() local
356 struct nlm_host *host; in nlm4svc_proc_unshare() local
402 struct nlm_host *host; in nlm4svc_proc_free_all() local
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 void nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file, in nlmsvc_traverse_shares()
Dsvcproc.c58 struct nlm_host *host = NULL; in nlmsvc_retrieve_args() local
111 struct nlm_host *host; in nlmsvc_proc_test() local
139 struct nlm_host *host; in nlmsvc_proc_lock() local
181 struct nlm_host *host; in nlmsvc_proc_cancel() local
214 struct nlm_host *host; in nlmsvc_proc_unlock() local
285 struct nlm_host *host; in nlmsvc_callback() local
355 struct nlm_host *host; in nlmsvc_proc_share() local
388 struct nlm_host *host; in nlmsvc_proc_unshare() local
434 struct nlm_host *host; in nlmsvc_proc_free_all() local
Dsvclock.c176 nlmsvc_create_block(struct svc_rqst *rqstp, struct nlm_host *host, in nlmsvc_create_block()
275 void nlmsvc_traverse_blocks(struct nlm_host *host, in nlmsvc_traverse_blocks()
362 struct nlm_host *host, struct nlm_lock *lock, int wait, in nlmsvc_lock()
466 struct nlm_host *host, struct nlm_lock *lock, in nlmsvc_testlock()
Dmon.c167 int nsm_monitor(const struct nlm_host *host) in nsm_monitor()
202 void nsm_unmonitor(const struct nlm_host *host) in nsm_unmonitor()
/fs/ubifs/
Dxattr.c99 static int create_xattr(struct ubifs_info *c, struct inode *host, in create_xattr()
191 static int change_xattr(struct ubifs_info *c, struct inode *host, in change_xattr()
300 struct inode *inode, *host = dentry->d_inode; in ubifs_setxattr() local
363 struct inode *inode, *host = dentry->d_inode; in ubifs_getxattr() local
423 struct inode *host = dentry->d_inode; in ubifs_listxattr() local
484 static int remove_xattr(struct ubifs_info *c, struct inode *host, in remove_xattr()
526 struct inode *inode, *host = dentry->d_inode; in ubifs_removexattr() local
Djournal.c1262 int ubifs_jnl_delete_xattr(struct ubifs_info *c, const struct inode *host, in ubifs_jnl_delete_xattr()
1376 const struct inode *host) in ubifs_jnl_change_xattr()
/fs/nfs/
Dclient.c609 struct nlm_host *host; in nfs_start_lockd() local