Searched refs:current_fh (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfs4proc.c | 87 struct dentry *dentry = cstate->current_fh.fh_dentry; in check_attr_support() 88 struct svc_export *exp = cstate->current_fh.fh_export; in check_attr_support() 152 do_open_permission(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open, int … in do_open_permission() argument 168 return fh_verify(rqstp, current_fh, S_IFREG, accmode); in do_open_permission() 450 struct svc_fh *current_fh = &cstate->current_fh; in do_open_lookup() local 477 status = nfsd4_create_file(rqstp, current_fh, *resfh, open); in do_open_lookup() 489 status = nfsd_lookup(rqstp, current_fh, in do_open_lookup() 495 status = fh_fill_both_attrs(current_fh); in do_open_lookup() 509 set_change_info(&open->op_cinfo, current_fh); in do_open_lookup() 517 struct svc_fh *current_fh = &cstate->current_fh; in do_open_fhandle() local [all …]
|
| H A D | nfs4state.c | 4629 if (!cstate->current_fh.fh_dentry) in nfsd4_reclaim_complete() 5376 nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type) in nfs4_share_conflict() argument 5381 fp = nfsd4_file_hash_lookup(current_fh); in nfs4_share_conflict() 5694 (cstate->current_fh.fh_export->ex_flags & NFSEXP_PNFS)) { in nfsd4_process_open1() 6442 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in nfsd4_process_open2() argument 6457 fp = nfsd4_file_hash_insert(open->op_file, current_fh); in nfsd4_process_open2() 6505 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open); in nfsd4_process_open2() 6511 status = nfs4_get_vfs_file(rqstp, fp, current_fh, stp, open, true); in nfsd4_process_open2() 6540 &resp->cstate.current_fh, current_fh); in nfsd4_process_open2() 7139 check_special_stateids(struct net *net, svc_fh *current_fh, stateid_t *stateid, int flags) in check_special_stateids() argument [all …]
|
| H A D | xdr4.h | 182 struct svc_fh current_fh; member 984 struct svc_fh *current_fh, struct nfsd4_open *open);
|