Searched refs:nlm_file (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/lockd/ |
| H A D | svcsubs.c | 46 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) in nlm_debug_print_file() 59 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) in nlm_debug_print_file() 87 struct nlm_file *file, int mode) in nlm_do_fopen() 105 nlm_lookup_file(struct svc_rqst *rqstp, struct nlm_file **result, in nlm_lookup_file() 108 struct nlm_file *file; in nlm_lookup_file() 164 nlm_delete_file(struct nlm_file *file) in nlm_delete_file() 179 static int nlm_unlock_files(struct nlm_file *file, const struct file_lock *fl) in nlm_unlock_files() 208 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, in nlm_traverse_locks() 252 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file() 264 nlm_file_inuse(struct nlm_file *file) in nlm_file_inuse() [all …]
|
| H A D | svcshare.c | 28 nlmsvc_share_file(struct nlm_host *host, struct nlm_file *file, in nlmsvc_share_file() 72 nlmsvc_unshare_file(struct nlm_host *host, struct nlm_file *file, in nlmsvc_unshare_file() 99 void nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file, in nlmsvc_traverse_shares()
|
| H A D | svc4proc.c | 24 struct nlm_host **hostp, struct nlm_file **filp) in nlm4svc_retrieve_args() 27 struct nlm_file *file = NULL; in nlm4svc_retrieve_args() 99 struct nlm_file *file; in __nlm4svc_proc_test() 134 struct nlm_file *file; in __nlm4svc_proc_lock() 171 struct nlm_file *file; in __nlm4svc_proc_cancel() 211 struct nlm_file *file; in __nlm4svc_proc_unlock() 358 struct nlm_file *file; in nlm4svc_proc_share() 393 struct nlm_file *file; in nlm4svc_proc_unshare()
|
| H A D | svcproc.c | 53 struct nlm_host **hostp, struct nlm_file **filp) in nlmsvc_retrieve_args() 56 struct nlm_file *file = NULL; in nlmsvc_retrieve_args() 119 struct nlm_file *file; in __nlmsvc_proc_test() 155 struct nlm_file *file; in __nlmsvc_proc_lock() 192 struct nlm_file *file; in __nlmsvc_proc_cancel() 233 struct nlm_file *file; in __nlmsvc_proc_unlock() 391 struct nlm_file *file; in nlmsvc_proc_share() 426 struct nlm_file *file; in nlmsvc_proc_unshare()
|
| H A D | svclock.c | 146 nlmsvc_lookup_block(struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_lookup_block() 225 struct nlm_file *file, struct nlm_lock *lock, in nlmsvc_create_block() 295 struct nlm_file *file = block->b_file; in nlmsvc_free_block() 320 struct nlm_file *file, in nlmsvc_traverse_blocks() 479 nlmsvc_lock(struct svc_rqst *rqstp, struct nlm_file *file, in nlmsvc_lock() 612 nlmsvc_testlock(struct svc_rqst *rqstp, struct nlm_file *file, in nlmsvc_testlock() 675 nlmsvc_unlock(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_unlock() 713 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_cancel_blocked() 853 struct nlm_file *file = block->b_file; in nlmsvc_grant_blocked()
|
| /linux/include/linux/lockd/ |
| H A D | lockd.h | 156 struct nlm_file { struct 186 struct nlm_file * b_file; /* file in question */ argument 278 __be32 nlmsvc_lock(struct svc_rqst *, struct nlm_file *, 281 __be32 nlmsvc_unlock(struct net *net, struct nlm_file *, struct nlm_lock *); 282 __be32 nlmsvc_testlock(struct svc_rqst *rqstp, struct nlm_file *file, 285 __be32 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *, struct nlm_lock *); 287 void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *, 296 __be32 nlm_lookup_file(struct svc_rqst *, struct nlm_file **, 298 void nlm_release_file(struct nlm_file *); 311 static inline struct file *nlmsvc_file_file(const struct nlm_file *file) in nlmsvc_file_file() [all …]
|
| H A D | share.h | 19 struct nlm_file * s_file; /* shared file */ 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 *,
|