Home
last modified time | relevance | path

Searched refs:ceph_has_room (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/ceph/
Ddecode.h52 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))) \
Dosdmap.h226 if (!ceph_has_room(p, end, CEPH_PGID_ENCODING_LEN)) { in ceph_decode_pgid()