Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfs4proc.c98 struct dentry *dentry = cstate->current_fh.fh_dentry; in check_attr_support()
99 struct svc_export *exp = cstate->current_fh.fh_export; in check_attr_support()
175 do_open_permission(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open, int … in do_open_permission() argument
192 status = fh_verify(rqstp, current_fh, S_IFREG, accmode); in do_open_permission()
226 struct svc_fh *current_fh = &cstate->current_fh; in do_open_lookup() local
257 status = do_nfsd_create(rqstp, current_fh, open->op_fname.data, in do_open_lookup()
282 status = nfsd_lookup(rqstp, current_fh, in do_open_lookup()
299 set_change_info(&open->op_cinfo, current_fh); in do_open_lookup()
307 struct svc_fh *current_fh = &cstate->current_fh; in do_open_fhandle() local
317 nfsd4_set_open_owner_reply_cache(cstate, open, current_fh); in do_open_fhandle()
[all …]
Dnfs4state.c815 struct svc_fh *current_fh, in alloc_init_deleg() argument
825 if (delegation_blocked(&current_fh->fh_handle)) in alloc_init_deleg()
3307 if (!cstate->current_fh.fh_dentry) in nfsd4_reclaim_complete()
3889 nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type) in nfs4_share_conflict() argument
3894 fp = find_file(&current_fh->fh_handle); in nfs4_share_conflict()
4118 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) { in nfsd4_process_open1()
4537 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in nfsd4_process_open2() argument
4552 fp = find_or_add_file(open->op_file, &current_fh->fh_handle); in nfsd4_process_open2()
4579 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open); in nfsd4_process_open2()
4585 status = nfs4_get_vfs_file(rqstp, fp, current_fh, stp, open); in nfsd4_process_open2()
[all …]
Dxdr4.h54 struct svc_fh current_fh; member
736 struct svc_fh *current_fh, struct nfsd4_open *open);
Dnfs4layouts.c282 if (!fh_match(&cstate->current_fh.fh_handle, in nfsd4_preprocess_layout_stateid()
550 &cstate->current_fh.fh_handle)) in nfsd4_return_client_layouts()