Searched refs:resfhp (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/fs/nfsd/ |
D | vfs.c | 1221 struct svc_fh *resfhp, struct nfsd_attrs *attrs) in nfsd_create_setattr() argument 1244 status = nfsd_setattr(rqstp, resfhp, attrs, 0, (time64_t)0); in nfsd_create_setattr() 1246 status = nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr() 1260 status = fh_update(resfhp); in nfsd_create_setattr() 1284 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create_locked() argument 1295 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked() 1331 dput(resfhp->fh_dentry); in nfsd_create_locked() 1332 resfhp->fh_dentry = dget(d); in nfsd_create_locked() 1333 err = fh_update(resfhp); in nfsd_create_locked() 1355 err = nfsd_create_setattr(rqstp, fhp, resfhp, attrs); in nfsd_create_locked() [all …]
|
D | vfs.h | 89 struct svc_fh *resfhp, struct nfsd_attrs *iap);
|
D | nfs3proc.c | 235 struct svc_fh *resfhp, struct nfsd3_createargs *argp) in nfsd3_create_file() argument 277 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd3_create_file() 342 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd3_create_file()
|
D | nfs4proc.c | 233 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()
|