Home
last modified time | relevance | path

Searched refs:CEPH_MSG_MAX_FRONT_LEN (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/ceph/
H A Dlibceph.h86 #define CEPH_MSG_MAX_FRONT_LEN (16*1024*1024) macro
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dlibceph.h88 #define CEPH_MSG_MAX_FRONT_LEN (16*1024*1024) macro
/kernel/linux/linux-6.6/net/ceph/
H A Dmessenger_v1.c1176 if (front_len > CEPH_MSG_MAX_FRONT_LEN) in read_partial_message()
H A Dmessenger_v2.c415 BUG_ON(front_len < 0 || front_len > CEPH_MSG_MAX_FRONT_LEN || in __tail_onwire_len()
537 desc->fd_lens[1] > CEPH_MSG_MAX_FRONT_LEN) { in decode_preamble()
/kernel/linux/linux-5.10/net/ceph/
H A Dmessenger.c2385 if (front_len > CEPH_MSG_MAX_FRONT_LEN) in read_partial_message()

Completed in 12 milliseconds