Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Dsuper.c485 fsopt->rasize = CEPH_RASIZE_DEFAULT; in parse_mount_options()
609 if (fsopt->rasize != CEPH_RASIZE_DEFAULT) in ceph_show_options()
Dsuper.h61 #define CEPH_RASIZE_DEFAULT (8192*1024) /* max readahead */ macro