Home
last modified time | relevance | path

Searched refs:nlm_file (Results 1 – 5 of 5) sorted by relevance

/linux/fs/lockd/
H A Dsvcsubs.c47 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) in nlm_debug_print_file()
60 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) in nlm_debug_print_file()
92 struct nlm_file *file, int mode) in nlm_do_fopen()
134 nlm_lookup_file(struct svc_rqst *rqstp, struct nlm_file **result, in nlm_lookup_file()
137 struct nlm_file *file; in nlm_lookup_file()
191 nlm_delete_file(struct nlm_file *file) in nlm_delete_file()
206 static int nlm_unlock_files(struct nlm_file *file, const struct file_lock *fl) in nlm_unlock_files()
235 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, in nlm_traverse_locks()
279 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file()
291 nlm_file_inuse(struct nlm_file *file) in nlm_file_inuse()
[all …]
H A Dlockd.h188 struct nlm_file { struct
218 struct nlm_file * b_file; /* file in question */ argument
315 __be32 nlmsvc_lock(struct svc_rqst *, struct nlm_file *,
318 __be32 nlmsvc_unlock(struct net *net, struct nlm_file *, struct nlm_lock *);
319 __be32 nlmsvc_testlock(struct svc_rqst *rqstp, struct nlm_file *file,
322 __be32 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *, struct nlm_lock *);
324 void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *,
334 __be32 nlm_lookup_file(struct svc_rqst *, struct nlm_file **,
336 void nlm_release_file(struct nlm_file *);
343 static inline struct file *nlmsvc_file_file(const struct nlm_file *file) in nlmsvc_file_file()
[all …]
H A Dsvcproc.c66 struct nlm_host **hostp, struct nlm_file **filp) in nlmsvc_retrieve_args()
69 struct nlm_file *file = NULL; in nlmsvc_retrieve_args()
141 struct nlm_file *file; in __nlmsvc_proc_test()
178 struct nlm_file *file; in __nlmsvc_proc_lock()
216 struct nlm_file *file; in __nlmsvc_proc_cancel()
258 struct nlm_file *file; in __nlmsvc_proc_unlock()
417 struct nlm_file *file; in nlmsvc_proc_share()
455 struct nlm_file *file; in nlmsvc_proc_unshare()
H A Dsvc4proc.c146 struct nlm_lock *lock, struct nlm_file **filp, in nlm4svc_lookup_file()
152 struct nlm_file *file = NULL; in nlm4svc_lookup_file()
252 struct nlm_file *file = NULL; in nlm4svc_proc_test()
301 struct nlm_file *file = NULL; in nlm4svc_do_lock()
413 struct nlm_file *file = NULL; in nlm4svc_proc_cancel()
475 struct nlm_file *file = NULL; in nlm4svc_proc_unlock()
594 struct nlm_file *file = NULL; in __nlm4svc_proc_test_msg()
653 struct nlm_file *file = NULL; in __nlm4svc_proc_lock_msg()
714 struct nlm_file *file = NULL; in __nlm4svc_proc_cancel_msg()
777 struct nlm_file *file = NULL; in __nlm4svc_proc_unlock_msg()
[all …]
H A Dsvclock.c145 nlmsvc_lookup_block(struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_lookup_block()
224 struct nlm_file *file, struct nlm_lock *lock, in nlmsvc_create_block()
294 struct nlm_file *file = block->b_file; in nlmsvc_free_block()
319 struct nlm_file *file, in nlmsvc_traverse_blocks()
478 nlmsvc_lock(struct svc_rqst *rqstp, struct nlm_file *file, in nlmsvc_lock()
611 nlmsvc_testlock(struct svc_rqst *rqstp, struct nlm_file *file, in nlmsvc_testlock()
672 nlmsvc_unlock(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_unlock()
710 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_cancel_blocked()
850 struct nlm_file *file = block->b_file; in nlmsvc_grant_blocked()