Searched refs:CEPH_MAX_READ_SIZE (Results 1 – 2 of 2) sorted by relevance
266 if (intval < (int)PAGE_SIZE || intval > CEPH_MAX_READ_SIZE) in parse_fsopt_token()444 fsopt->rsize = CEPH_MAX_READ_SIZE; in parse_mount_options()560 if (fsopt->rsize != CEPH_MAX_READ_SIZE) in ceph_show_options()
52 #define CEPH_MAX_READ_SIZE CEPH_MSG_MAX_DATA_LEN macro