Searched refs:ffhp (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dvfs.c1490 * N.B. After this call _both_ ffhp and tfhp need an fh_put
1493 nfsd_link(struct svc_rqst *rqstp, struct svc_fh *ffhp, argument
1501 err = fh_verify(rqstp, ffhp, S_IFDIR, MAY_CREATE);
1515 fh_lock_nested(ffhp, I_MUTEX_PARENT);
1516 ddir = ffhp->fh_dentry;
1529 if (EX_ISSYNC(ffhp->fh_export)) {
1543 fh_unlock(ffhp);
1554 * N.B. After this call _both_ ffhp and tfhp need an fh_put
1557 nfsd_rename(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen, argument
1565 err = fh_verify(rqstp, ffhp, S_IFDI
[all...]

Completed in 109 milliseconds