Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfsd/
Dvfs.c1346 struct svc_fh *resfhp, struct nfsd_attrs *attrs) in nfsd_create_setattr() argument
1369 status = nfsd_setattr(rqstp, resfhp, attrs, 0, (time64_t)0); in nfsd_create_setattr()
1371 status = nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr()
1385 status = fh_update(resfhp); in nfsd_create_setattr()
1409 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create_locked() argument
1420 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked()
1456 dput(resfhp->fh_dentry); in nfsd_create_locked()
1457 resfhp->fh_dentry = dget(d); in nfsd_create_locked()
1458 err = fh_update(resfhp); in nfsd_create_locked()
1480 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()