Lines Matching defs:current_fh

4368 		if (!cstate->current_fh.fh_dentry)
5072 nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type)
5077 fp = nfsd4_file_hash_lookup(current_fh);
5371 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) {
6014 * @current_fh: NFSv4 COMPOUND's current filehandle
6024 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open)
6039 fp = nfsd4_file_hash_insert(open->op_file, current_fh);
6068 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open);
6074 status = nfs4_get_vfs_file(rqstp, fp, current_fh, stp, open, true);
6102 nfs4_open_delegation(open, stp, &resp->cstate.current_fh);
6670 check_special_stateids(struct net *net, svc_fh *current_fh, stateid_t *stateid, int flags)
6679 return nfs4_share_conflict(current_fh,
6682 return nfs4_share_conflict(current_fh,
7159 struct svc_fh *current_fh = &cstate->current_fh;
7171 status = nfs4_check_fh(current_fh, &stp->st_stid);
7252 cstate->current_fh.fh_dentry);
7254 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0);
7318 cstate->current_fh.fh_dentry);
7391 cstate->current_fh.fh_dentry);
7442 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0)))
7454 wake_up_var(d_inode(cstate->current_fh.fh_dentry));
7802 struct inode *inode = d_inode(cstate->current_fh.fh_dentry);
7868 if ((status = fh_verify(rqstp, &cstate->current_fh,
7873 sb = cstate->current_fh.fh_dentry->d_sb;
8135 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0)))
8171 status = nfsd_test_lock(rqstp, &cstate->current_fh, file_lock);