Searched refs:nlm_file (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/linux/lockd/ |
D | share.h | 18 struct nlm_file * s_file; /* shared file */ 24 __be32 nlmsvc_share_file(struct nlm_host *, struct nlm_file *, 26 __be32 nlmsvc_unshare_file(struct nlm_host *, struct nlm_file *, 28 void nlmsvc_traverse_shares(struct nlm_host *, struct nlm_file *,
|
D | lockd.h | 150 struct nlm_file { struct 179 struct nlm_file * b_file; /* file in question */ argument 262 __be32 nlmsvc_lock(struct svc_rqst *, struct nlm_file *, 265 __be32 nlmsvc_unlock(struct net *net, struct nlm_file *, struct nlm_lock *); 266 __be32 nlmsvc_testlock(struct svc_rqst *, struct nlm_file *, 269 __be32 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *, struct nlm_lock *); 271 void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *, 279 __be32 nlm_lookup_file(struct svc_rqst *, struct nlm_file **, 281 void nlm_release_file(struct nlm_file *); 292 static inline struct inode *nlmsvc_file_inode(struct nlm_file *file) in nlmsvc_file_inode()
|
/linux-4.1.27/fs/lockd/ |
D | svcsubs.c | 45 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) in nlm_debug_print_file() 58 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) in nlm_debug_print_file() 83 nlm_lookup_file(struct svc_rqst *rqstp, struct nlm_file **result, in nlm_lookup_file() 86 struct nlm_file *file; in nlm_lookup_file() 145 nlm_delete_file(struct nlm_file *file) in nlm_delete_file() 162 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() 225 nlm_file_inuse(struct nlm_file *file) in nlm_file_inuse() 253 int (*is_failover_file)(void *data, struct nlm_file *file)) in nlm_traverse_files() 256 struct nlm_file *file; in nlm_traverse_files() [all …]
|
D | svcshare.c | 27 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()
|
D | svc4proc.c | 23 struct nlm_host **hostp, struct nlm_file **filp) in nlm4svc_retrieve_args() 26 struct nlm_file *file = NULL; in nlm4svc_retrieve_args() 79 struct nlm_file *file; in nlm4svc_proc_test() 106 struct nlm_file *file; in nlm4svc_proc_lock() 148 struct nlm_file *file; in nlm4svc_proc_cancel() 181 struct nlm_file *file; in nlm4svc_proc_unlock() 319 struct nlm_file *file; in nlm4svc_proc_share() 352 struct nlm_file *file; in nlm4svc_proc_unshare()
|
D | svcproc.c | 52 struct nlm_host **hostp, struct nlm_file **filp) in nlmsvc_retrieve_args() 55 struct nlm_file *file = NULL; in nlmsvc_retrieve_args() 109 struct nlm_file *file; in nlmsvc_proc_test() 137 struct nlm_file *file; in nlmsvc_proc_lock() 179 struct nlm_file *file; in nlmsvc_proc_cancel() 213 struct nlm_file *file; in nlmsvc_proc_unlock() 362 struct nlm_file *file; in nlmsvc_proc_share() 395 struct nlm_file *file; in nlmsvc_proc_unshare()
|
D | svclock.c | 144 nlmsvc_lookup_block(struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_lookup_block() 216 struct nlm_file *file, struct nlm_lock *lock, in nlmsvc_create_block() 286 struct nlm_file *file = block->b_file; in nlmsvc_free_block() 311 struct nlm_file *file, in nlmsvc_traverse_blocks() 398 nlmsvc_lock(struct svc_rqst *rqstp, struct nlm_file *file, in nlmsvc_lock() 505 nlmsvc_testlock(struct svc_rqst *rqstp, struct nlm_file *file, in nlmsvc_testlock() 563 nlmsvc_unlock(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_unlock() 591 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_cancel_blocked() 731 struct nlm_file *file = block->b_file; in nlmsvc_grant_blocked()
|