Searched refs:fsopt (Results 1 – 4 of 4) sorted by relevance
242 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_source() local256 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() local304 kfree(fsopt->snapdir_name); in ceph_parse_mount_param()305 fsopt->snapdir_name = param->string; in ceph_parse_mount_param()[all …]
751 struct ceph_mount_options *fsopt);
153 struct ceph_mount_options *fsopt) in ceph_adjust_caps_max_min() argument156 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()
1275 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg() local1284 {"root", fsopt->server_path ? : "/"}, in create_session_open_msg()