Searched refs:current_fh (Results 1 – 4 of 4) sorted by relevance
/fs/nfsd/ |
D | nfs4proc.c | 99 struct dentry *dentry = cstate->current_fh.fh_dentry; in check_attr_support() 100 struct svc_export *exp = cstate->current_fh.fh_export; in check_attr_support() 176 do_open_permission(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open, int … in do_open_permission() argument 193 status = fh_verify(rqstp, current_fh, S_IFREG, accmode); in do_open_permission() 227 struct svc_fh *current_fh = &cstate->current_fh; in do_open_lookup() local 258 status = do_nfsd_create(rqstp, current_fh, open->op_fname.data, in do_open_lookup() 283 status = nfsd_lookup(rqstp, current_fh, in do_open_lookup() 300 set_change_info(&open->op_cinfo, current_fh); in do_open_lookup() 308 struct svc_fh *current_fh = &cstate->current_fh; in do_open_fhandle() local 318 nfsd4_set_open_owner_reply_cache(cstate, open, current_fh); in do_open_fhandle() [all …]
|
D | nfs4state.c | 892 struct svc_fh *current_fh, in alloc_init_deleg() argument 902 if (delegation_blocked(¤t_fh->fh_handle)) in alloc_init_deleg() 3816 if (!cstate->current_fh.fh_dentry) in nfsd4_reclaim_complete() 4398 nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type) in nfs4_share_conflict() argument 4403 fp = find_file(¤t_fh->fh_handle); in nfs4_share_conflict() 4630 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) { in nfsd4_process_open1() 5049 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in nfsd4_process_open2() argument 5064 fp = find_or_add_file(open->op_file, ¤t_fh->fh_handle); in nfsd4_process_open2() 5091 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open); in nfsd4_process_open2() 5097 status = nfs4_get_vfs_file(rqstp, fp, current_fh, stp, open); in nfsd4_process_open2() [all …]
|
D | xdr4.h | 54 struct svc_fh current_fh; member 766 struct svc_fh *current_fh, struct nfsd4_open *open);
|
D | nfs4layouts.c | 282 if (!fh_match(&cstate->current_fh.fh_handle, in nfsd4_preprocess_layout_stateid() 550 &cstate->current_fh.fh_handle)) in nfsd4_return_client_layouts()
|