Home
last modified time | relevance | path

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

/fs/lockd/
Dhost.c36 #define for_each_host(host, chain, table) \ argument
41 #define for_each_host_safe(host, next, chain, table) \ argument
112 struct nlm_host *host = NULL; in nlm_alloc_host() local
174 static void nlm_destroy_host_locked(struct nlm_host *host) in nlm_destroy_host_locked()
229 struct nlm_host *host; in nlmclnt_lookup_host() local
282 void nlmclnt_release_host(struct nlm_host *host) in nlmclnt_release_host()
325 struct nlm_host *host = NULL; in nlmsvc_lookup_host() local
403 void nlmsvc_release_host(struct nlm_host *host) in nlmsvc_release_host()
418 nlm_bind_host(struct nlm_host *host) in nlm_bind_host()
489 nlm_rebind_host(struct nlm_host *host) in nlm_rebind_host()
[all …]
Dclntproc.c65 static inline int nlm_pidbusy(struct nlm_host *host, uint32_t pid) in nlm_pidbusy()
75 static inline uint32_t __nlm_alloc_pid(struct nlm_host *host) in __nlm_alloc_pid()
84 static struct nlm_lockowner *__nlm_find_lockowner(struct nlm_host *host, fl_owner_t owner) in __nlm_find_lockowner()
95 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()
250 struct nlm_host *host = req->a_host; in nlmclnt_call() local
328 struct nlm_host *host = req->a_host; in __nlm_async_call() local
466 static void nlmclnt_locks_init_private(struct file_lock *fl, struct nlm_host *host) in nlmclnt_locks_init_private()
514 struct nlm_host *host = req->a_host; in nlmclnt_lock() local
[all …]
Dsvcsubs.c163 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, in nlm_traverse_locks()
211 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file()
327 struct nlm_host *host = data; in nlmsvc_mark_host() local
338 struct nlm_host *host = data; in nlmsvc_same_host() local
346 struct nlm_host *host = data; in nlmsvc_is_client() local
377 nlmsvc_free_host_resources(struct nlm_host *host) in nlmsvc_free_host_resources()
432 nlmsvc_match_ip(void *datap, struct nlm_host *host) in nlmsvc_match_ip()
Dclntlock.c55 struct nlm_host *host; in nlmclnt_init() local
81 void nlmclnt_done(struct nlm_host *host) in nlmclnt_done()
93 struct nlm_wait *nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl) in nlmclnt_prepare_block()
207 nlmclnt_recovery(struct nlm_host *host) in nlmclnt_recovery()
224 struct nlm_host *host = (struct nlm_host *) ptr; in reclaimer() local
Dsvc4proc.c25 struct nlm_host *host = NULL; in nlm4svc_retrieve_args() local
78 struct nlm_host *host; in nlm4svc_proc_test() local
105 struct nlm_host *host; in nlm4svc_proc_lock() local
147 struct nlm_host *host; in nlm4svc_proc_cancel() local
180 struct nlm_host *host; in nlm4svc_proc_unlock() local
249 struct nlm_host *host; in nlm4svc_callback() local
318 struct nlm_host *host; in nlm4svc_proc_share() local
351 struct nlm_host *host; in nlm4svc_proc_unshare() local
397 struct nlm_host *host; in nlm4svc_proc_free_all() local
Dsvcproc.c54 struct nlm_host *host = NULL; in nlmsvc_retrieve_args() local
108 struct nlm_host *host; in nlmsvc_proc_test() local
136 struct nlm_host *host; in nlmsvc_proc_lock() local
178 struct nlm_host *host; in nlmsvc_proc_cancel() local
212 struct nlm_host *host; in nlmsvc_proc_unlock() local
290 struct nlm_host *host; in nlmsvc_callback() local
361 struct nlm_host *host; in nlmsvc_proc_share() local
394 struct nlm_host *host; in nlmsvc_proc_unshare() local
440 struct nlm_host *host; in nlmsvc_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()
Dsvclock.c215 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()
401 struct nlm_host *host, struct nlm_lock *lock, int wait, in nlmsvc_lock()
508 struct nlm_host *host, struct nlm_lock *lock, in nlmsvc_testlock()
Dmon.c181 int nsm_monitor(const struct nlm_host *host) in nsm_monitor()
231 void nsm_unmonitor(const struct nlm_host *host) in nsm_unmonitor()
/fs/ubifs/
Dxattr.c100 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()
299 struct inode *inode, *host = dentry->d_inode; in ubifs_setxattr() local
362 struct inode *inode, *host = dentry->d_inode; in ubifs_getxattr() local
422 struct inode *host = dentry->d_inode; in ubifs_listxattr() local
483 static int remove_xattr(struct ubifs_info *c, struct inode *host, in remove_xattr()
525 struct inode *inode, *host = dentry->d_inode; in ubifs_removexattr() local
Djournal.c1283 int ubifs_jnl_delete_xattr(struct ubifs_info *c, const struct inode *host, in ubifs_jnl_delete_xattr()
1397 const struct inode *host) in ubifs_jnl_change_xattr()
/fs/nfs/
Dclient.c628 struct nlm_host *host; in nfs_start_lockd() local