Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4proc.c182 …ner_reply_cache(struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct svc_fh *resfh) in nfsd4_set_open_owner_reply_cache() argument
187 &resfh->fh_handle); in nfsd4_set_open_owner_reply_cache()
419 …c_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct svc_fh **resfh) in do_open_lookup() argument
425 *resfh = kmalloc(sizeof(struct svc_fh), GFP_KERNEL); in do_open_lookup()
426 if (!*resfh) in do_open_lookup()
428 fh_init(*resfh, NFS4_FHSIZE); in do_open_lookup()
448 status = nfsd4_create_file(rqstp, current_fh, *resfh, open); in do_open_lookup()
461 open->op_fname, open->op_fnamelen, *resfh); in do_open_lookup()
470 status = nfsd_check_obj_isreg(*resfh, cstate->minorversion); in do_open_lookup()
474 nfsd4_set_open_owner_reply_cache(cstate, open, *resfh); in do_open_lookup()
[all …]
H A Dvfs.c316 unsigned int len, struct svc_fh *resfh) in nfsd_lookup() argument
335 err = fh_compose(resfh, exp, dentry, fhp); in nfsd_lookup()