Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ceph/
Dsuper.c755 if (fsopt->rasize != CEPH_RASIZE_DEFAULT) in ceph_show_options()
1439 fsopt->rasize = CEPH_RASIZE_DEFAULT; in ceph_init_fs_context()
Dsuper.h65 #define CEPH_RASIZE_DEFAULT (8192*1024) /* max readahead */ macro