Home
last modified time | relevance | path

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

/include/linux/ceph/
A 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()
361 if (!likely(ceph_has_room(p, end, n))) \
A Dosdmap.h235 if (!ceph_has_room(p, end, CEPH_PGID_ENCODING_LEN)) { in ceph_decode_pgid()

Completed in 5 milliseconds