Searched defs:ceph_mount_options (Results 1 – 1 of 1) sorted by relevance
80 struct ceph_mount_options { struct81 unsigned int flags;83 unsigned int wsize; /* max write size */84 unsigned int rsize; /* max read size */85 unsigned int rasize; /* max readahead */86 unsigned int congestion_kb; /* max writeback in flight */87 unsigned int caps_wanted_delay_min, caps_wanted_delay_max;88 int caps_max;89 unsigned int max_readdir; /* max readdir result (entries) */90 unsigned int max_readdir_bytes; /* max readdir result (bytes) */[all …]