Home
last modified time | relevance | path

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

/Linux-v5.10/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()
353 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-v5.10/drivers/block/
Drbd.c6165 if (!ceph_has_room(&p, end, snap_count * sizeof (__le64))) in rbd_dev_v2_snap_context()