Searched refs:resfhp (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/nfsd/ |
D | vfs.c | 844 int type, dev_t rdev, struct svc_fh *resfhp) in nfsd_create() argument 871 if (!resfhp->fh_dentry) { in nfsd_create() 878 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create() 883 dchild = resfhp->fh_dentry; in nfsd_create() 945 err = nfsd_setattr(rqstp, resfhp, iap, 0, (time_t)0); in nfsd_create() 950 err = fh_update(resfhp); in nfsd_create() 966 struct svc_fh *resfhp, int createmode, u32 *verifier) in nfsd_create_v3() argument 1004 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create_v3() 1058 err = fh_update(resfhp); in nfsd_create_v3() 1080 err = nfsd_setattr(rqstp, resfhp, iap, 0, (time_t)0); in nfsd_create_v3() [all …]
|