Searched refs:resfhp (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/nfsd/ |
| H A D | vfs.c | 1417 status = nfsd_setattr(rqstp, resfhp, attrs, NULL); in nfsd_create_setattr() 1419 status = nfserrno(commit_metadata(resfhp)); in nfsd_create_setattr() 1433 status = fh_update(resfhp); in nfsd_create_setattr() 1457 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create_locked() argument 1468 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked() 1496 } else if (unlikely(dchild != resfhp->fh_dentry)) { in nfsd_create_locked() 1497 dput(resfhp->fh_dentry); in nfsd_create_locked() 1498 resfhp->fh_dentry = dget(dchild); in nfsd_create_locked() 1537 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create() argument 1637 struct svc_fh *resfhp) in nfsd_symlink() argument [all …]
|
| H A D | vfs.h | 100 struct svc_fh *resfhp, struct nfsd_attrs *iap);
|
| H A D | nfs3proc.c | 257 struct svc_fh *resfhp, struct nfsd3_createargs *argp) in nfsd3_create_file() argument 299 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd3_create_file() 366 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd3_create_file()
|
| H A D | nfs4proc.c | 236 struct svc_fh *resfhp, struct nfsd4_open *open) in nfsd4_create_file() argument 281 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd4_create_file() 373 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd4_create_file()
|