Searched refs:ceph_has_room (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/linux/ceph/ |
D | decode.h | 52 static inline bool ceph_has_room(void **p, void *end, size_t n) in ceph_has_room() function 59 if (!likely(ceph_has_room(p, end, n))) \ 115 if (!ceph_has_room(&sp, end, len)) in ceph_extract_encoded_string() 344 if (!likely(ceph_has_room(p, end, n))) \
|
D | osdmap.h | 226 if (!ceph_has_room(p, end, CEPH_PGID_ENCODING_LEN)) { in ceph_decode_pgid()
|