Home
last modified time | relevance | path

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

/linux-6.1.9/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()
361 if (!likely(ceph_has_room(p, end, n))) \
Dosdmap.h235 if (!ceph_has_room(p, end, CEPH_PGID_ENCODING_LEN)) { in ceph_decode_pgid()
/linux-6.1.9/drivers/block/
Drbd.c6080 if (!ceph_has_room(&p, end, snap_count * sizeof (__le64))) in rbd_dev_v2_snap_context()