Lines Matching refs:current_fh
691 alloc_init_deleg(struct nfs4_client *clp, struct svc_fh *current_fh, in alloc_init_deleg() argument
701 if (delegation_blocked(¤t_fh->fh_handle)) in alloc_init_deleg()
3050 if (!cstate->current_fh.fh_dentry) in nfsd4_reclaim_complete()
3512 nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type) in nfs4_share_conflict() argument
3517 fp = find_file(¤t_fh->fh_handle); in nfs4_share_conflict()
3754 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) { in nfsd4_process_open1()
4226 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in nfsd4_process_open2() argument
4240 fp = find_or_add_file(open->op_file, ¤t_fh->fh_handle); in nfsd4_process_open2()
4260 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open); in nfsd4_process_open2()
4270 status = nfs4_get_vfs_file(rqstp, fp, current_fh, stp, open); in nfsd4_process_open2()
4298 nfs4_open_delegation(current_fh, open, stp); in nfsd4_process_open2()
4540 check_special_stateids(struct net *net, svc_fh *current_fh, stateid_t *stateid, int flags) in check_special_stateids() argument
4549 return nfs4_share_conflict(current_fh, in check_special_stateids()
4552 return nfs4_share_conflict(current_fh, in check_special_stateids()
4715 struct svc_fh *fhp = &cstate->current_fh; in nfs4_preprocess_stateid_op()
4846 struct svc_fh *current_fh = &cstate->current_fh; in nfs4_seqid_op_checks() local
4864 status = nfs4_check_fh(current_fh, &stp->st_stid); in nfs4_seqid_op_checks()
4932 cstate->current_fh.fh_dentry); in nfsd4_open_confirm()
4934 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0); in nfsd4_open_confirm()
5001 cstate->current_fh.fh_dentry); in nfsd4_open_downgrade()
5074 cstate->current_fh.fh_dentry); in nfsd4_close()
5105 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0))) in nfsd4_delegreturn()
5403 struct inode *inode = d_inode(cstate->current_fh.fh_dentry); in lookup_or_create_lock_state()
5461 if ((status = fh_verify(rqstp, &cstate->current_fh, in nfsd4_lock()
5662 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0))) in nfsd4_lockt()
5699 status = nfsd_test_lock(rqstp, &cstate->current_fh, file_lock); in nfsd4_lockt()