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