Searched refs:max_readdir (Results 1 – 3 of 3) sorted by relevance
207 fsopt->max_readdir = intval; in parse_fsopt_token()301 fsopt->max_readdir = CEPH_MAX_READDIR_DEFAULT; in parse_mount_options()391 if (fsopt->max_readdir != CEPH_MAX_READDIR_DEFAULT) in ceph_show_options()392 seq_printf(m, ",readdir_max_entries=%d", fsopt->max_readdir); in ceph_show_options()476 fsc->min_caps = fsopt->max_readdir; in create_fs_client()
53 int max_readdir; /* max readdir result (entires) */ member
233 const int max_entries = fsc->mount_options->max_readdir; in ceph_readdir()