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