Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfs4proc.c97 struct dentry *dentry = cstate->current_fh.fh_dentry; in check_attr_support()
188 do_open_permission(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open, int … in do_open_permission() argument
205 status = fh_verify(rqstp, current_fh, S_IFREG, accmode); in do_open_permission()
239 struct svc_fh *current_fh = &cstate->current_fh; in do_open_lookup() local
269 status = do_nfsd_create(rqstp, current_fh, open->op_fname.data, in do_open_lookup()
293 status = nfsd_lookup(rqstp, current_fh, in do_open_lookup()
310 set_change_info(&open->op_cinfo, current_fh); in do_open_lookup()
318 struct svc_fh *current_fh = &cstate->current_fh; in do_open_fhandle() local
328 nfsd4_set_open_owner_reply_cache(cstate, open, current_fh); in do_open_fhandle()
344 status = do_open_permission(rqstp, current_fh, open, accmode); in do_open_fhandle()
[all …]
Dnfs4state.c691 alloc_init_deleg(struct nfs4_client *clp, struct svc_fh *current_fh, in alloc_init_deleg() argument
701 if (delegation_blocked(&current_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(&current_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, &current_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()
[all …]
Dxdr4.h54 struct svc_fh current_fh; member
683 struct svc_fh *current_fh, struct nfsd4_open *open);
Dnfs4layouts.c251 if (!fh_match(&cstate->current_fh.fh_handle, in nfsd4_preprocess_layout_stateid()
520 &cstate->current_fh.fh_handle)) in nfsd4_return_client_layouts()