Searched refs:current_fh (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/fs/nfsd/ |
D | nfs4proc.c | 113 struct dentry *dentry = cstate->current_fh.fh_dentry; in check_attr_support() 114 struct svc_export *exp = cstate->current_fh.fh_export; in check_attr_support() 190 do_open_permission(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open, int … in do_open_permission() argument 207 status = fh_verify(rqstp, current_fh, S_IFREG, accmode); in do_open_permission() 241 struct svc_fh *current_fh = &cstate->current_fh; in do_open_lookup() local 272 status = do_nfsd_create(rqstp, current_fh, open->op_fname, in do_open_lookup() 297 status = nfsd_lookup(rqstp, current_fh, in do_open_lookup() 314 set_change_info(&open->op_cinfo, current_fh); in do_open_lookup() 322 struct svc_fh *current_fh = &cstate->current_fh; in do_open_fhandle() local 332 nfsd4_set_open_owner_reply_cache(cstate, open, current_fh); in do_open_fhandle() [all …]
|
D | nfs4state.c | 1046 struct svc_fh *current_fh, in alloc_init_deleg() argument 1056 if (delegation_blocked(¤t_fh->fh_handle)) in alloc_init_deleg() 3967 if (!cstate->current_fh.fh_dentry) in nfsd4_reclaim_complete() 4568 nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type) in nfs4_share_conflict() argument 4573 fp = find_file(current_fh); in nfs4_share_conflict() 4816 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) { in nfsd4_process_open1() 5293 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in nfsd4_process_open2() argument 5308 fp = find_or_add_file(open->op_file, current_fh); in nfsd4_process_open2() 5335 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open); in nfsd4_process_open2() 5341 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 792 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()
|