Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dsuper.c345 fsopt->rsize = CEPH_RSIZE_DEFAULT; in parse_mount_options()
449 if (fsopt->rsize != CEPH_RSIZE_DEFAULT) in ceph_show_options()
Dsuper.h47 #define CEPH_RSIZE_DEFAULT 0 /* max read size */ macro