Lines Matching defs:lenp
1545 * Read a symlink. On entry, *lenp must contain the maximum path length that
1550 nfsd_readlink(struct svc_rqst *rqstp, struct svc_fh *fhp, char *buf, int *lenp)
1575 if (len < *lenp)
1576 *lenp = len;
1577 memcpy(buf, link, *lenp);
2198 void **bufp, int *lenp)
2223 *lenp = 0;
2232 if (len > *lenp) {
2250 *lenp = len;
2271 int *lenp)
2285 *lenp = 0;
2313 *lenp = len;