Symbol: nlm_file
fs/lockd/svc4proc.c
134
struct nlm_file *file;
fs/lockd/svc4proc.c
171
struct nlm_file *file;
fs/lockd/svc4proc.c
211
struct nlm_file *file;
fs/lockd/svc4proc.c
24
struct nlm_host **hostp, struct nlm_file **filp)
fs/lockd/svc4proc.c
27
struct nlm_file *file = NULL;
fs/lockd/svc4proc.c
358
struct nlm_file *file;
fs/lockd/svc4proc.c
393
struct nlm_file *file;
fs/lockd/svc4proc.c
99
struct nlm_file *file;
fs/lockd/svclock.c
146
nlmsvc_lookup_block(struct nlm_file *file, struct nlm_lock *lock)
fs/lockd/svclock.c
225
struct nlm_file *file, struct nlm_lock *lock,
fs/lockd/svclock.c
295
struct nlm_file *file = block->b_file;
fs/lockd/svclock.c
320
struct nlm_file *file,
fs/lockd/svclock.c
479
nlmsvc_lock(struct svc_rqst *rqstp, struct nlm_file *file,
fs/lockd/svclock.c
612
nlmsvc_testlock(struct svc_rqst *rqstp, struct nlm_file *file,
fs/lockd/svclock.c
675
nlmsvc_unlock(struct net *net, struct nlm_file *file, struct nlm_lock *lock)
fs/lockd/svclock.c
713
nlmsvc_cancel_blocked(struct net *net, struct nlm_file *file, struct nlm_lock *lock)
fs/lockd/svclock.c
853
struct nlm_file *file = block->b_file;
fs/lockd/svcproc.c
119
struct nlm_file *file;
fs/lockd/svcproc.c
155
struct nlm_file *file;
fs/lockd/svcproc.c
192
struct nlm_file *file;
fs/lockd/svcproc.c
233
struct nlm_file *file;
fs/lockd/svcproc.c
391
struct nlm_file *file;
fs/lockd/svcproc.c
426
struct nlm_file *file;
fs/lockd/svcproc.c
53
struct nlm_host **hostp, struct nlm_file **filp)
fs/lockd/svcproc.c
56
struct nlm_file *file = NULL;
fs/lockd/svcshare.c
28
nlmsvc_share_file(struct nlm_host *host, struct nlm_file *file,
fs/lockd/svcshare.c
72
nlmsvc_unshare_file(struct nlm_host *host, struct nlm_file *file,
fs/lockd/svcshare.c
99
void nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file,
fs/lockd/svcsubs.c
105
nlm_lookup_file(struct svc_rqst *rqstp, struct nlm_file **result,
fs/lockd/svcsubs.c
108
struct nlm_file *file;
fs/lockd/svcsubs.c
164
nlm_delete_file(struct nlm_file *file)
fs/lockd/svcsubs.c
179
static int nlm_unlock_files(struct nlm_file *file, const struct file_lock *fl)
fs/lockd/svcsubs.c
208
nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file,
fs/lockd/svcsubs.c
252
nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match)
fs/lockd/svcsubs.c
264
nlm_file_inuse(struct nlm_file *file)
fs/lockd/svcsubs.c
287
static void nlm_close_files(struct nlm_file *file)
fs/lockd/svcsubs.c
300
int (*is_failover_file)(void *data, struct nlm_file *file))
fs/lockd/svcsubs.c
303
struct nlm_file *file;
fs/lockd/svcsubs.c
344
nlm_release_file(struct nlm_file *file)
fs/lockd/svcsubs.c
46
static inline void nlm_debug_print_file(char *msg, struct nlm_file *file)
fs/lockd/svcsubs.c
461
nlmsvc_match_sb(void *datap, struct nlm_file *file)
fs/lockd/svcsubs.c
59
static inline void nlm_debug_print_file(char *msg, struct nlm_file *file)
fs/lockd/svcsubs.c
87
struct nlm_file *file, int mode)
include/linux/lockd/lockd.h
186
struct nlm_file * b_file; /* file in question */
include/linux/lockd/lockd.h
278
__be32 nlmsvc_lock(struct svc_rqst *, struct nlm_file *,
include/linux/lockd/lockd.h
281
__be32 nlmsvc_unlock(struct net *net, struct nlm_file *, struct nlm_lock *);
include/linux/lockd/lockd.h
282
__be32 nlmsvc_testlock(struct svc_rqst *rqstp, struct nlm_file *file,
include/linux/lockd/lockd.h
285
__be32 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *, struct nlm_lock *);
include/linux/lockd/lockd.h
287
void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *,
include/linux/lockd/lockd.h
296
__be32 nlm_lookup_file(struct svc_rqst *, struct nlm_file **,
include/linux/lockd/lockd.h
298
void nlm_release_file(struct nlm_file *);
include/linux/lockd/lockd.h
311
static inline struct file *nlmsvc_file_file(const struct nlm_file *file)
include/linux/lockd/lockd.h
317
static inline struct inode *nlmsvc_file_inode(struct nlm_file *file)
include/linux/lockd/lockd.h
323
nlmsvc_file_cannot_lock(const struct nlm_file *file)
include/linux/lockd/share.h
19
struct nlm_file * s_file; /* shared file */
include/linux/lockd/share.h
25
__be32 nlmsvc_share_file(struct nlm_host *, struct nlm_file *,
include/linux/lockd/share.h
27
__be32 nlmsvc_unshare_file(struct nlm_host *, struct nlm_file *,
include/linux/lockd/share.h
29
void nlmsvc_traverse_shares(struct nlm_host *, struct nlm_file *,