Searched refs:resfhp (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/fs/nfsd/ |
D | vfs.c | 1239 nfsd_create_setattr(struct svc_rqst *rqstp, struct svc_fh *resfhp, in nfsd_create_setattr() argument 1254 return nfsd_setattr(rqstp, resfhp, iap, 0, (time_t)0); in nfsd_create_setattr() 1284 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create() argument 1313 if (!resfhp->fh_dentry) { in nfsd_create() 1320 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create() 1325 dchild = dget(resfhp->fh_dentry); in nfsd_create() 1386 err = nfsd_create_setattr(rqstp, resfhp, iap); in nfsd_create() 1401 err = fh_update(resfhp); in nfsd_create() 1426 struct svc_fh *resfhp, int createmode, u32 *verifier, in do_nfsd_create() argument 1472 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in do_nfsd_create() [all …]
|