Searched defs:ceph_mount_options (Results 1 – 2 of 2) 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 …]
78 struct ceph_mount_options { struct79 unsigned int flags;81 unsigned int wsize; /* max write size */82 unsigned int rsize; /* max read size */106 struct ceph_mount_options *mount_options; argument