Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/ceph/
Ddecode.h50 static inline int ceph_has_room(void **p, void *end, size_t n) in ceph_has_room() function
57 if (!likely(ceph_has_room(p, end, n))) \
113 if (!ceph_has_room(&sp, end, len)) in ceph_extract_encoded_string()
222 if (!likely(ceph_has_room(p, end, n))) \
Dosdmap.h177 if (!ceph_has_room(p, end, 1 + 8 + 4 + 4)) { in ceph_decode_pgid()
/linux-4.1.27/drivers/block/
Drbd.c4623 if (!ceph_has_room(&p, end, snap_count * sizeof (__le64))) in rbd_dev_v2_snap_context()