Lines Matching refs:fhp

4713 nfsd4_file_hash_lookup(const struct svc_fh *fhp)  in nfsd4_file_hash_lookup()  argument
4715 struct inode *inode = d_inode(fhp->fh_dentry); in nfsd4_file_hash_lookup()
4723 if (fh_match(&fi->fi_fhandle, &fhp->fh_handle)) { in nfsd4_file_hash_lookup()
4743 nfsd4_file_hash_insert(struct nfs4_file *new, const struct svc_fh *fhp) in nfsd4_file_hash_insert() argument
4745 struct inode *inode = d_inode(fhp->fh_dentry); in nfsd4_file_hash_insert()
4758 if (fh_match(&fi->fi_fhandle, &fhp->fh_handle)) { in nfsd4_file_hash_insert()
4767 nfsd4_file_init(fhp, new); in nfsd4_file_hash_insert()
6304 static inline __be32 nfs4_check_fh(struct svc_fh *fhp, struct nfs4_stid *stp) in nfs4_check_fh() argument
6306 if (!fh_match(&fhp->fh_handle, &stp->sc_file->fi_fhandle)) in nfs4_check_fh()
6510 nfs4_check_file(struct svc_rqst *rqstp, struct svc_fh *fhp, struct nfs4_stid *s, in nfs4_check_file() argument
6519 status = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry, in nfs4_check_file()
6526 status = nfsd_file_acquire(rqstp, fhp, acc, &nf); in nfs4_check_file()
6636 struct nfsd4_compound_state *cstate, struct svc_fh *fhp, in nfs4_preprocess_stateid_op() argument
6652 status = check_special_stateids(net, fhp, stateid, in nfs4_preprocess_stateid_op()
6683 status = nfs4_check_fh(fhp, s); in nfs4_preprocess_stateid_op()
6687 status = nfs4_check_file(rqstp, fhp, s, nfp, flags); in nfs4_preprocess_stateid_op()
7713 static __be32 nfsd_test_lock(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file_lock *lock) in nfsd_test_lock() argument
7719 err = nfsd_file_acquire(rqstp, fhp, NFSD_MAY_READ, &nf); in nfsd_test_lock()
7722 inode = fhp->fh_dentry->d_inode; in nfsd_test_lock()