Home
last modified time | relevance | path

Searched refs:CEPH_MSG_MAX_MIDDLE_LEN (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/linux/ceph/
Dlibceph.h87 #define CEPH_MSG_MAX_MIDDLE_LEN (16*1024*1024) macro
/Linux-v5.10/net/ceph/
Dmessenger.c2388 if (middle_len > CEPH_MSG_MAX_MIDDLE_LEN) in read_partial_message()