Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4proc.c190 …ner_reply_cache(struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct svc_fh *resfh) in nfsd4_set_open_owner_reply_cache() argument
195 &resfh->fh_handle); in nfsd4_set_open_owner_reply_cache()
448 …c_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct svc_fh **resfh) in do_open_lookup() argument
454 *resfh = kmalloc_obj(struct svc_fh); in do_open_lookup()
455 if (!*resfh) in do_open_lookup()
457 fh_init(*resfh, NFS4_FHSIZE); in do_open_lookup()
477 status = nfsd4_create_file(rqstp, current_fh, *resfh, open); in do_open_lookup()
490 open->op_fname, open->op_fnamelen, *resfh); in do_open_lookup()
499 status = nfsd_check_obj_isreg(*resfh, cstate->minorversion); in do_open_lookup()
503 nfsd4_set_open_owner_reply_cache(cstate, open, *resfh); in do_open_lookup()
[all …]