Searched refs:ceph_has_room (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ceph/ |
D | decode.h | 50 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))) \
|
D | osdmap.h | 177 if (!ceph_has_room(p, end, 1 + 8 + 4 + 4)) { in ceph_decode_pgid()
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 4633 if (!ceph_has_room(&p, end, snap_count * sizeof (__le64))) in rbd_dev_v2_snap_context()
|