Home
last modified time | relevance | path

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

/fs/nfsd/
Dvfs.c1233 struct svc_fh *resfhp, struct nfsd_attrs *attrs) in nfsd_create_setattr() argument
1256 status = nfsd_setattr(rqstp, resfhp, attrs, 0, (time64_t)0); in nfsd_create_setattr()
1258 status = nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr()
1272 status = fh_update(resfhp); in nfsd_create_setattr()
1296 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create_locked() argument
1307 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked()
1343 dput(resfhp->fh_dentry); in nfsd_create_locked()
1344 resfhp->fh_dentry = dget(d); in nfsd_create_locked()
1345 err = fh_update(resfhp); in nfsd_create_locked()
1367 err = nfsd_create_setattr(rqstp, fhp, resfhp, attrs); in nfsd_create_locked()
[all …]
Dvfs.h89 struct svc_fh *resfhp, struct nfsd_attrs *iap);
Dnfs3proc.c236 struct svc_fh *resfhp, struct nfsd3_createargs *argp) in nfsd3_create_file() argument
278 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd3_create_file()
343 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()
368 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd4_create_file()