Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Dsuper.c445 fsopt->rasize = CEPH_RASIZE_DEFAULT; in parse_mount_options()
562 if (fsopt->rasize != CEPH_RASIZE_DEFAULT) in ceph_show_options()
Dsuper.h56 #define CEPH_RASIZE_DEFAULT (8192*1024) /* max readahead */ macro