Home
last modified time | relevance | path

Searched refs:max_readdir_bytes (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ceph/
Dsuper.c316 fsopt->max_readdir_bytes = intval; in parse_fsopt_token()
486 fsopt->max_readdir_bytes = CEPH_MAX_READDIR_BYTES_DEFAULT; in parse_mount_options()
609 if (fsopt->max_readdir_bytes != CEPH_MAX_READDIR_BYTES_DEFAULT) in ceph_show_options()
610 seq_printf(m, ",readdir_max_bytes=%d", fsopt->max_readdir_bytes); in ceph_show_options()
Dsuper.h80 int max_readdir_bytes; /* max readdir result (bytes) */ member
Dmds_client.c1810 req->r_args.readdir.max_bytes = cpu_to_le32(opt->max_readdir_bytes); in ceph_alloc_readdir_reply_buffer()