Searched refs:rasize (Results 1 – 2 of 2) sorted by relevance
215 fsopt->rasize = intval; in parse_fsopt_token()326 fsopt->rasize = CEPH_RASIZE_DEFAULT; in parse_mount_options()414 if (fsopt->rasize != CEPH_RASIZE_DEFAULT) in ceph_show_options()415 seq_printf(m, ",rasize=%d", fsopt->rasize); in ceph_show_options()826 if (fsc->mount_options->rasize >= PAGE_CACHE_SIZE) in ceph_register_bdi()828 (fsc->mount_options->rasize + PAGE_CACHE_SIZE - 1) in ceph_register_bdi()
52 int rasize; /* max readahead */ member