Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/ceph/
Dlibceph.h70 #define CEPH_MSG_MAX_FRONT_LEN (16*1024*1024) macro
/linux-4.1.27/net/ceph/
Dmessenger.c2319 if (front_len > CEPH_MSG_MAX_FRONT_LEN) in read_partial_message()