Home
last modified time | relevance | path

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

/fs/ceph/
Dsuper.c242 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_source() local
256 kfree(fsopt->server_path); in ceph_parse_source()
257 fsopt->server_path = kstrdup(dev_name_end, GFP_KERNEL); in ceph_parse_source()
258 if (!fsopt->server_path) in ceph_parse_source()
261 canonicalize_path(fsopt->server_path); in ceph_parse_source()
271 if (fsopt->server_path) in ceph_parse_source()
272 dout("server path '%s'\n", fsopt->server_path); in ceph_parse_source()
288 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_mount_param() local
304 kfree(fsopt->snapdir_name); in ceph_parse_mount_param()
305 fsopt->snapdir_name = param->string; in ceph_parse_mount_param()
[all …]
Dsuper.h751 struct ceph_mount_options *fsopt);
Dcaps.c153 struct ceph_mount_options *fsopt) in ceph_adjust_caps_max_min() argument
156 mdsc->caps_min_count = fsopt->max_readdir; in ceph_adjust_caps_max_min()
159 mdsc->caps_use_max = fsopt->caps_max; in ceph_adjust_caps_max_min()
Dmds_client.c1275 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg() local
1284 {"root", fsopt->server_path ? : "/"}, in create_session_open_msg()