Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/ !
Dnfs4proc.c179 …ner_reply_cache(struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct svc_fh *resfh) in nfsd4_set_open_owner_reply_cache() argument
184 &resfh->fh_handle); in nfsd4_set_open_owner_reply_cache()
384 …c_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct svc_fh **resfh) in do_open_lookup() argument
390 *resfh = kmalloc(sizeof(struct svc_fh), GFP_KERNEL); in do_open_lookup()
391 if (!*resfh) in do_open_lookup()
393 fh_init(*resfh, NFS4_FHSIZE); in do_open_lookup()
413 status = nfsd4_create_file(rqstp, current_fh, *resfh, open); in do_open_lookup()
426 open->op_fname, open->op_fnamelen, *resfh); in do_open_lookup()
435 status = nfsd_check_obj_isreg(*resfh); in do_open_lookup()
439 nfsd4_set_open_owner_reply_cache(cstate, open, *resfh); in do_open_lookup()
[all …]
Dvfs.c245 unsigned int len, struct svc_fh *resfh) in nfsd_lookup() argument
264 err = fh_compose(resfh, exp, dentry, fhp); in nfsd_lookup()