Searched refs:nlm_file (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/lockd/ |
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() 84 nlm_lookup_file(struct svc_rqst *rqstp, struct nlm_file **result, in nlm_lookup_file() 87 struct nlm_file *file; in nlm_lookup_file() 146 nlm_delete_file(struct nlm_file *file) in nlm_delete_file() 163 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, in nlm_traverse_locks() 214 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file() 226 nlm_file_inuse(struct nlm_file *file) in nlm_file_inuse() 254 int (*is_failover_file)(void *data, struct nlm_file *file)) in nlm_traverse_files() 257 struct nlm_file *file; in nlm_traverse_files() [all …]
|
D | svcshare.c | 28 nlmsvc_share_file(struct nlm_host *host, struct nlm_file *file, in nlmsvc_share_file() 69 nlmsvc_unshare_file(struct nlm_host *host, struct nlm_file *file, in nlmsvc_unshare_file() 93 void nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file, in nlmsvc_traverse_shares()
|
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() 116 struct nlm_file *file; in __nlmsvc_proc_test() 151 struct nlm_file *file; in __nlmsvc_proc_lock() 200 struct nlm_file *file; in __nlmsvc_proc_cancel() 241 struct nlm_file *file; in __nlmsvc_proc_unlock() 401 struct nlm_file *file; in nlmsvc_proc_share() 436 struct nlm_file *file; in nlmsvc_proc_unshare()
|
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() 86 struct nlm_file *file; in __nlm4svc_proc_test() 120 struct nlm_file *file; in __nlm4svc_proc_lock() 169 struct nlm_file *file; in __nlm4svc_proc_cancel() 209 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()
|
D | svclock.c | 145 nlmsvc_lookup_block(struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_lookup_block() 217 struct nlm_file *file, struct nlm_lock *lock, in nlmsvc_create_block() 287 struct nlm_file *file = block->b_file; in nlmsvc_free_block() 312 struct nlm_file *file, in nlmsvc_traverse_blocks() 468 nlmsvc_lock(struct svc_rqst *rqstp, struct nlm_file *file, in nlmsvc_lock() 575 nlmsvc_testlock(struct svc_rqst *rqstp, struct nlm_file *file, in nlmsvc_testlock() 642 nlmsvc_unlock(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_unlock() 670 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *file, struct nlm_lock *lock) in nlmsvc_cancel_blocked() 804 struct nlm_file *file = block->b_file; in nlmsvc_grant_blocked()
|
/kernel/linux/linux-5.10/include/linux/lockd/ |
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 *,
|
D | lockd.h | 154 struct nlm_file { struct 183 struct nlm_file * b_file; /* file in question */ argument 270 __be32 nlmsvc_lock(struct svc_rqst *, struct nlm_file *, 273 __be32 nlmsvc_unlock(struct net *net, struct nlm_file *, struct nlm_lock *); 274 __be32 nlmsvc_testlock(struct svc_rqst *, struct nlm_file *, 277 __be32 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *, struct nlm_lock *); 279 void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *, 288 __be32 nlm_lookup_file(struct svc_rqst *, struct nlm_file **, 290 void nlm_release_file(struct nlm_file *); 302 static inline struct inode *nlmsvc_file_inode(struct nlm_file *file) in nlmsvc_file_inode()
|