Home
last modified time | relevance | path

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

/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.c695 alloc_init_deleg(struct nfs4_client *clp, struct svc_fh *current_fh, in alloc_init_deleg() argument
705 if (delegation_blocked(&current_fh->fh_handle)) in alloc_init_deleg()
3063 if (!cstate->current_fh.fh_dentry) in nfsd4_reclaim_complete()
3631 nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type) in nfs4_share_conflict() argument
3636 fp = find_file(&current_fh->fh_handle); in nfs4_share_conflict()
3876 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) { in nfsd4_process_open1()
4328 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in nfsd4_process_open2() argument
4343 fp = find_or_add_file(open->op_file, &current_fh->fh_handle); in nfsd4_process_open2()
4370 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open); in nfsd4_process_open2()
4376 status = nfs4_get_vfs_file(rqstp, fp, current_fh, stp, open); in nfsd4_process_open2()
[all …]
Dxdr4.h54 struct svc_fh current_fh; member
684 struct svc_fh *current_fh, struct nfsd4_open *open);
Dnfs4layouts.c254 if (!fh_match(&cstate->current_fh.fh_handle, in nfsd4_preprocess_layout_stateid()
522 &cstate->current_fh.fh_handle)) in nfsd4_return_client_layouts()