Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/ceph/
Dlibceph.h83 #define CEPH_MSG_MAX_MIDDLE_LEN (16*1024*1024) macro
/Linux-v4.19/net/ceph/
Dmessenger.c2418 if (middle_len > CEPH_MSG_MAX_MIDDLE_LEN) in read_partial_message()