Lines Matching defs:buf_len
165 void *buf, int buf_len)
167 void *end = buf + buf_len;
427 int ceph_auth_get_request(struct ceph_auth_client *ac, void *buf, int buf_len)
430 void *end = buf + buf_len;
476 int reply_len, void *buf, int buf_len)
484 ret = build_request(ac, false, buf, buf_len);
549 int peer_type, void *buf, int *buf_len)
551 void *end = buf + *buf_len;
569 *buf_len = p - buf;
580 void *buf, int *buf_len)
582 void *end = buf + *buf_len;
593 *buf_len = p - buf;