Home
last modified time | relevance | path

Searched refs:ceph_encode_8_safe (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ceph/
H A Dauth_none.c49 ceph_encode_8_safe(&p, end, 1, e_range); in ceph_auth_none_build_authorizer()
H A Dauth.c457 ceph_encode_8_safe(&p, end, CEPH_AUTH_MODE_MON, e_range); in ceph_auth_get_request()
H A Dauth_x.c561 ceph_encode_8_safe(&p, end, 1, e_range); in ceph_x_build_request()
/openbmc/linux/include/linux/ceph/
H A Ddecode.h380 #define ceph_encode_8_safe(p, end, v, bad) \ macro