Home
last modified time | relevance | path

Searched defs:ceph_mount_options (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dsuper.h79 struct ceph_mount_options { struct
80 unsigned int flags;
82 unsigned int wsize; /* max write size */
83 unsigned int rsize; /* max read size */
84 unsigned int rasize; /* max readahead */
86 unsigned int caps_wanted_delay_min, caps_wanted_delay_max;
87 int caps_max;
91 bool new_dev_syntax;
98 char *snapdir_name; /* default ".snap" */
99 char *mds_namespace; /* default NULL */
[all …]