Lines Matching defs:ceph_mount_options
80 struct ceph_mount_options { struct
81 unsigned int flags;
83 unsigned int wsize; /* max write size */
84 unsigned int rsize; /* max read size */
85 unsigned int rasize; /* max readahead */
86 unsigned int congestion_kb; /* max writeback in flight */
87 unsigned int caps_wanted_delay_min, caps_wanted_delay_max;
88 int caps_max;
89 unsigned int max_readdir; /* max readdir result (entries) */
90 unsigned int max_readdir_bytes; /* max readdir result (bytes) */
92 bool new_dev_syntax;
99 char *snapdir_name; /* default ".snap" */
100 char *mds_namespace; /* default NULL */
101 char *server_path; /* default NULL (means "/") */
125 struct ceph_mount_options *mount_options; argument