Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfsd/
Dvfs.c1355 struct svc_fh *resfhp, struct nfsd_attrs *attrs) in nfsd_create_setattr() argument
1378 status = nfsd_setattr(rqstp, resfhp, attrs, 0, (time64_t)0); in nfsd_create_setattr()
1380 status = nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr()
1394 status = fh_update(resfhp); in nfsd_create_setattr()
1418 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create_locked() argument
1429 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked()
1465 dput(resfhp->fh_dentry); in nfsd_create_locked()
1466 resfhp->fh_dentry = dget(d); in nfsd_create_locked()
1467 err = fh_update(resfhp); in nfsd_create_locked()
1489 err = nfsd_create_setattr(rqstp, fhp, resfhp, attrs); in nfsd_create_locked()
[all …]
Dvfs.h90 struct svc_fh *resfhp, struct nfsd_attrs *iap);
Dnfs3proc.c224 struct svc_fh *resfhp, struct nfsd3_createargs *argp) in nfsd3_create_file() argument
266 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd3_create_file()
333 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd3_create_file()
Dnfs4proc.c233 struct svc_fh *resfhp, struct nfsd4_open *open) in nfsd4_create_file() argument
278 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd4_create_file()
370 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd4_create_file()