Searched refs:fsopt (Results 1 – 4 of 4) sorted by relevance
241 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_source() local255 kfree(fsopt->server_path); in ceph_parse_source()256 fsopt->server_path = kstrdup(dev_name_end, GFP_KERNEL); in ceph_parse_source()257 if (!fsopt->server_path) in ceph_parse_source()260 canonicalize_path(fsopt->server_path); in ceph_parse_source()270 if (fsopt->server_path) in ceph_parse_source()271 dout("server path '%s'\n", fsopt->server_path); in ceph_parse_source()287 struct ceph_mount_options *fsopt = pctx->opts; in ceph_parse_mount_param() local303 kfree(fsopt->snapdir_name); in ceph_parse_mount_param()304 fsopt->snapdir_name = param->string; in ceph_parse_mount_param()[all …]
727 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()
1250 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg() local1259 {"root", fsopt->server_path ? : "/"}, in create_session_open_msg()