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
175 static void nlm_destroy_host_locked(struct nlm_host *host) in nlm_destroy_host_locked()
230 struct nlm_host *host; in nlmclnt_lookup_host() local
283 void nlmclnt_release_host(struct nlm_host *host) in nlmclnt_release_host()
326 struct nlm_host *host = NULL; in nlmsvc_lookup_host() local
404 void nlmsvc_release_host(struct nlm_host *host) in nlmsvc_release_host()
419 nlm_bind_host(struct nlm_host *host) in nlm_bind_host()
490 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()
155 int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl) in nlmclnt_proc()
194 struct nlm_rqst *nlm_alloc_call(struct nlm_host *host) in nlm_alloc_call()
251 struct nlm_host *host = req->a_host; in nlmclnt_call() local
329 struct nlm_host *host = req->a_host; in __nlm_async_call() local
467 static void nlmclnt_locks_init_private(struct file_lock *fl, struct nlm_host *host) in nlmclnt_locks_init_private()
504 struct nlm_host *host = req->a_host; in nlmclnt_lock() local
[all …]
Dsvcsubs.c162 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, in nlm_traverse_locks()
213 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file()
332 struct nlm_host *host = data; in nlmsvc_mark_host() local
343 struct nlm_host *host = data; in nlmsvc_same_host() local
351 struct nlm_host *host = data; in nlmsvc_is_client() local
382 nlmsvc_free_host_resources(struct nlm_host *host) in nlmsvc_free_host_resources()
437 nlmsvc_match_ip(void *datap, struct nlm_host *host) in nlmsvc_match_ip()
Dclntlock.c55 struct nlm_host *host; in nlmclnt_init() local
86 void nlmclnt_done(struct nlm_host *host) in nlmclnt_done()
98 struct nlm_wait *nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl) in nlmclnt_prepare_block()
212 nlmclnt_recovery(struct nlm_host *host) in nlmclnt_recovery()
229 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()
310 void nlmsvc_traverse_blocks(struct nlm_host *host, in nlmsvc_traverse_blocks()
399 struct nlm_host *host, struct nlm_lock *lock, int wait, in nlmsvc_lock()
506 struct nlm_host *host, struct nlm_lock *lock, in nlmsvc_testlock()
Dmon.c90 const struct nlm_host *host) in nsm_mon_unmon()
145 int nsm_monitor(const struct nlm_host *host) in nsm_monitor()
186 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()
197 static int change_xattr(struct ubifs_info *c, struct inode *host, in change_xattr()
272 static int __ubifs_setxattr(struct inode *host, const char *name, in __ubifs_setxattr()
334 static ssize_t __ubifs_getxattr(struct inode *host, const char *name, in __ubifs_getxattr()
395 struct inode *host = d_inode(dentry); in ubifs_listxattr() local
450 static int remove_xattr(struct ubifs_info *c, struct inode *host, in remove_xattr()
491 static int __ubifs_removexattr(struct inode *host, const char *name) in __ubifs_removexattr()
Djournal.c1444 int ubifs_jnl_delete_xattr(struct ubifs_info *c, const struct inode *host, in ubifs_jnl_delete_xattr()
1558 const struct inode *host) in ubifs_jnl_change_xattr()
/fs/nfs/
Dclient.c530 struct nlm_host *host; in nfs_start_lockd() local