Home
last modified time | relevance | path

Searched refs:current_fh (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/nfsd/
H A Dnfs4proc.c423 struct svc_fh *current_fh = &cstate->current_fh; in do_open_lookup() local
490 struct svc_fh *current_fh = &cstate->current_fh; in do_open_fhandle() local
684 fh_put(&cstate->current_fh); in nfsd4_putfh()
702 fh_put(&cstate->current_fh); in nfsd4_putrootfh()
938 &cstate->current_fh); in nfsd4_lookup()
2382 struct svc_fh *current_fh = &cstate->current_fh; in nfsd4_layoutget() local
2444 current_fh, lgp); in nfsd4_layoutget()
2469 struct svc_fh *current_fh = &cstate->current_fh; in nfsd4_layoutcommit() local
2533 struct svc_fh *current_fh = &cstate->current_fh; in nfsd4_layoutreturn() local
2788 struct svc_fh *current_fh = &cstate->current_fh; in nfsd4_proc_compound() local
[all …]
H A Dnfs4state.c4562 if (!cstate->current_fh.fh_dentry) in nfsd4_reclaim_complete()
5303 fp = nfsd4_file_hash_lookup(current_fh); in nfs4_share_conflict()
6314 fp = nfsd4_file_hash_insert(open->op_file, current_fh); in nfsd4_process_open2()
6961 return nfs4_share_conflict(current_fh, in check_special_stateids()
6964 return nfs4_share_conflict(current_fh, in check_special_stateids()
7441 struct svc_fh *current_fh = &cstate->current_fh; in nfs4_seqid_op_checks() local
7453 status = nfs4_check_fh(current_fh, &stp->st_stid); in nfs4_seqid_op_checks()
7538 cstate->current_fh.fh_dentry); in nfsd4_open_confirm()
7604 cstate->current_fh.fh_dentry); in nfsd4_open_downgrade()
7678 cstate->current_fh.fh_dentry); in nfsd4_close()
[all …]
H A Dnfs4layouts.c297 if (!fh_match(&cstate->current_fh.fh_handle, in nfsd4_preprocess_layout_stateid()
566 &cstate->current_fh.fh_handle)) in nfsd4_return_client_layouts()
H A Dxdr4.h182 struct svc_fh current_fh; member
959 struct svc_fh *current_fh, struct nfsd4_open *open);
H A Dvfs.c682 &nfsd4_get_cstate(rqstp)->current_fh, in nfsd4_clone_file_range()