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);
2138 void **bufp, int *lenp)
2163 *lenp = 0;
2172 if (len > *lenp) {
2190 *lenp = len;
2211 int *lenp)
2225 *lenp = 0;
2256 *lenp = len;