Lines Matching refs:nlm_file
155 struct nlm_file { struct
185 struct nlm_file * b_file; /* file in question */ argument
277 __be32 nlmsvc_lock(struct svc_rqst *, struct nlm_file *,
280 __be32 nlmsvc_unlock(struct net *net, struct nlm_file *, struct nlm_lock *);
281 __be32 nlmsvc_testlock(struct svc_rqst *, struct nlm_file *,
284 __be32 nlmsvc_cancel_blocked(struct net *net, struct nlm_file *, struct nlm_lock *);
286 void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *,
295 __be32 nlm_lookup_file(struct svc_rqst *, struct nlm_file **,
297 void nlm_release_file(struct nlm_file *);
310 static inline struct file *nlmsvc_file_file(struct nlm_file *file) in nlmsvc_file_file()
316 static inline struct inode *nlmsvc_file_inode(struct nlm_file *file) in nlmsvc_file_inode()