Lines Matching refs:nlm_file
188 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()
349 static inline struct inode *nlmsvc_file_inode(struct nlm_file *file) in nlmsvc_file_inode()
355 nlmsvc_file_cannot_lock(const struct nlm_file *file) in nlmsvc_file_cannot_lock()