Lines Matching defs:current_fh
4139 if (!cstate->current_fh.fh_dentry)
4793 nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type)
4798 fp = nfsd4_file_hash_lookup(current_fh);
5092 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) {
5714 * @current_fh: NFSv4 COMPOUND's current filehandle
5724 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open)
5739 fp = nfsd4_file_hash_insert(open->op_file, current_fh);
5768 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open);
5774 status = nfs4_get_vfs_file(rqstp, fp, current_fh, stp, open, true);
5803 nfs4_open_delegation(open, stp, &resp->cstate.current_fh);
6328 check_special_stateids(struct net *net, svc_fh *current_fh, stateid_t *stateid, int flags)
6337 return nfs4_share_conflict(current_fh,
6340 return nfs4_share_conflict(current_fh,
6802 struct svc_fh *current_fh = &cstate->current_fh;
6814 status = nfs4_check_fh(current_fh, &stp->st_stid);
6892 cstate->current_fh.fh_dentry);
6894 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0);
6958 cstate->current_fh.fh_dentry);
7031 cstate->current_fh.fh_dentry);
7080 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0)))
7092 wake_up_var(d_inode(cstate->current_fh.fh_dentry));
7440 struct inode *inode = d_inode(cstate->current_fh.fh_dentry);
7505 if ((status = fh_verify(rqstp, &cstate->current_fh,
7760 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0)))
7796 status = nfsd_test_lock(rqstp, &cstate->current_fh, file_lock);