Searched refs:max_readdir_bytes (Results 1 – 3 of 3) sorted by relevance
218 fsopt->max_readdir_bytes = intval; in parse_fsopt_token()317 fsopt->max_readdir_bytes = CEPH_MAX_READDIR_BYTES_DEFAULT; in parse_mount_options()414 if (fsopt->max_readdir_bytes != CEPH_MAX_READDIR_BYTES_DEFAULT) in ceph_show_options()415 seq_printf(m, ",readdir_max_bytes=%d", fsopt->max_readdir_bytes); in ceph_show_options()
57 int max_readdir_bytes; /* max readdir result (bytes) */ member
252 const int max_bytes = fsc->mount_options->max_readdir_bytes; in ceph_readdir()