Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dsuper.c479 fsopt->max_readdir_bytes = result.uint_32; in ceph_parse_mount_param()
735 if (fsopt->max_readdir_bytes != CEPH_MAX_READDIR_BYTES_DEFAULT) in ceph_show_options()
736 seq_printf(m, ",readdir_max_bytes=%u", fsopt->max_readdir_bytes); in ceph_show_options()
1350 fsopt->max_readdir_bytes = CEPH_MAX_READDIR_BYTES_DEFAULT; in ceph_init_fs_context()
Dsuper.h87 unsigned int max_readdir_bytes; /* max readdir result (bytes) */ member
Dmds_client.c2297 req->r_args.readdir.max_bytes = cpu_to_le32(opt->max_readdir_bytes); in ceph_alloc_readdir_reply_buffer()