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 */87 unsigned int caps_wanted_delay_min, caps_wanted_delay_max;88 int caps_max;92 bool new_dev_syntax;99 char *snapdir_name; /* default ".snap" */100 char *mds_namespace; /* default NULL */[all …]