Searched defs:current_fh (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/fs/nfsd/ | 
| D | nfs4proc.c | 188 do_open_permission(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open, int …  in do_open_permission()239 	struct svc_fh *current_fh = &cstate->current_fh;  in do_open_lookup()  local
 318 	struct svc_fh *current_fh = &cstate->current_fh;  in do_open_fhandle()  local
 1255 	struct svc_fh *current_fh = &cstate->current_fh;  in nfsd4_layoutget()  local
 1335 	struct svc_fh *current_fh = &cstate->current_fh;  in nfsd4_layoutcommit()  local
 1399 	struct svc_fh *current_fh = &cstate->current_fh;  in nfsd4_layoutreturn()  local
 1615 	struct svc_fh *current_fh = &cstate->current_fh;  in nfsd4_proc_compound()  local
 
 | 
| D | nfs4state.c | 691 alloc_init_deleg(struct nfs4_client *clp, struct svc_fh *current_fh,  in alloc_init_deleg()3512 nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type)  in nfs4_share_conflict()
 4226 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open)  in nfsd4_process_open2()
 4540 check_special_stateids(struct net *net, svc_fh *current_fh, stateid_t *stateid, int flags)  in check_special_stateids()
 4846 	struct svc_fh *current_fh = &cstate->current_fh;  in nfs4_seqid_op_checks()  local
 
 | 
| D | xdr4.h | 54 	struct svc_fh		current_fh;  member
 |