Lines Matching refs:current_fh
4086 if (!cstate->current_fh.fh_dentry) in nfsd4_reclaim_complete()
4742 nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type) in nfs4_share_conflict() argument
4747 fp = find_file(current_fh); in nfs4_share_conflict()
5042 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) { in nfsd4_process_open1()
5608 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in nfsd4_process_open2() argument
5623 fp = find_or_add_file(open->op_file, current_fh); in nfsd4_process_open2()
5650 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open); in nfsd4_process_open2()
5656 status = nfs4_get_vfs_file(rqstp, fp, current_fh, stp, open, true); in nfsd4_process_open2()
5685 nfs4_open_delegation(open, stp, &resp->cstate.current_fh); in nfsd4_process_open2()
6164 check_special_stateids(struct net *net, svc_fh *current_fh, stateid_t *stateid, int flags) in check_special_stateids() argument
6173 return nfs4_share_conflict(current_fh, in check_special_stateids()
6176 return nfs4_share_conflict(current_fh, in check_special_stateids()
6626 struct svc_fh *current_fh = &cstate->current_fh; in nfs4_seqid_op_checks() local
6638 status = nfs4_check_fh(current_fh, &stp->st_stid); in nfs4_seqid_op_checks()
6706 cstate->current_fh.fh_dentry); in nfsd4_open_confirm()
6708 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0); in nfsd4_open_confirm()
6772 cstate->current_fh.fh_dentry); in nfsd4_open_downgrade()
6845 cstate->current_fh.fh_dentry); in nfsd4_close()
6894 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0))) in nfsd4_delegreturn()
6905 wake_up_var(d_inode(cstate->current_fh.fh_dentry)); in nfsd4_delegreturn()
7253 struct inode *inode = d_inode(cstate->current_fh.fh_dentry); in lookup_or_create_lock_state()
7318 if ((status = fh_verify(rqstp, &cstate->current_fh, in nfsd4_lock()
7573 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0))) in nfsd4_lockt()
7609 status = nfsd_test_lock(rqstp, &cstate->current_fh, file_lock); in nfsd4_lockt()