Lines Matching refs:nlm_file
156 struct nlm_file { struct
186 struct nlm_file * b_file; /* file in question */ argument
274 __be32 nlmsvc_lock(struct svc_rqst *, struct nlm_file *,
277 __be32 nlmsvc_unlock(struct net *net, struct nlm_file *, struct nlm_lock *);
278 __be32 nlmsvc_testlock(struct svc_rqst *, struct nlm_file *,
281 __be32 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *, struct nlm_lock *);
283 void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *,
292 __be32 nlm_lookup_file(struct svc_rqst *, struct nlm_file **,
294 void nlm_release_file(struct nlm_file *);
307 static inline struct file *nlmsvc_file_file(struct nlm_file *file) in nlmsvc_file_file()
313 static inline struct inode *nlmsvc_file_inode(struct nlm_file *file) in nlmsvc_file_inode()