Home
last modified time | relevance | path

Searched refs:fsopt (Results 1 – 2 of 2) sorted by relevance

/fs/ceph/
Dsuper.c183 struct ceph_mount_options *fsopt = private; in parse_fsopt_token() local
208 kfree(fsopt->snapdir_name); in parse_fsopt_token()
209 fsopt->snapdir_name = kstrndup(argstr[0].from, in parse_fsopt_token()
212 if (!fsopt->snapdir_name) in parse_fsopt_token()
216 fsopt->mds_namespace = kstrndup(argstr[0].from, in parse_fsopt_token()
219 if (!fsopt->mds_namespace) in parse_fsopt_token()
224 fsopt->wsize = intval; in parse_fsopt_token()
227 fsopt->rsize = intval; in parse_fsopt_token()
230 fsopt->rasize = intval; in parse_fsopt_token()
233 fsopt->caps_wanted_delay_min = intval; in parse_fsopt_token()
[all …]
Dmds_client.c852 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg() local
859 {"root", fsopt->server_path ? : "/"}, in create_session_open_msg()