Searched defs:ceph_mount_options (Results 1 – 1 of 1) sorted by relevance
77 struct ceph_mount_options { struct78 unsigned int flags;80 unsigned int wsize; /* max write size */81 unsigned int rsize; /* max read size */82 unsigned int rasize; /* max readahead */83 unsigned int congestion_kb; /* max writeback in flight */84 unsigned int caps_wanted_delay_min, caps_wanted_delay_max;85 int caps_max;86 unsigned int max_readdir; /* max readdir result (entries) */110 struct ceph_mount_options *mount_options; argument