Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dvfs.c1105 nfsd_create_setattr(struct svc_rqst *rqstp, struct svc_fh *resfhp, in nfsd_create_setattr() argument
1120 return nfsd_setattr(rqstp, resfhp, iap, 0, (time_t)0); in nfsd_create_setattr()
1122 return nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr()
1144 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create_locked() argument
1155 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked()
1195 dput(resfhp->fh_dentry); in nfsd_create_locked()
1196 resfhp->fh_dentry = dget(d); in nfsd_create_locked()
1197 err = fh_update(resfhp); in nfsd_create_locked()
1218 err = nfsd_create_setattr(rqstp, resfhp, iap); in nfsd_create_locked()
1233 err = fh_update(resfhp); in nfsd_create_locked()
[all …]