Searched refs:resfhp (Results 1 – 2 of 2) sorted by relevance
/linux/fs/nfsd/ |
H A D | nfs3proc.c | 257 struct svc_fh *resfhp, struct nfsd3_createargs *argp) in nfsd3_create_file() argument 299 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd3_create_file() 366 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd3_create_file()
|
H A D | nfs4proc.c | 236 struct svc_fh *resfhp, struct nfsd4_open *open) in nfsd4_create_file() argument 281 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd4_create_file() 373 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd4_create_file()
|