Searched refs:server_path (Results 1 – 3 of 3) sorted by relevance
355 kfree(fsopt->server_path); in ceph_parse_source()356 fsopt->server_path = kstrdup(dev_name_end, GFP_KERNEL); in ceph_parse_source()357 if (!fsopt->server_path) in ceph_parse_source()360 canonicalize_path(fsopt->server_path); in ceph_parse_source()370 if (fsopt->server_path) in ceph_parse_source()371 dout("server path '%s'\n", fsopt->server_path); in ceph_parse_source()629 kfree(args->server_path); in destroy_mount_options()668 ret = strcmp_null(fsopt1->server_path, fsopt2->server_path); in compare_mount_options()1152 const char *path = fsc->mount_options->server_path ? in ceph_real_mount()1153 fsc->mount_options->server_path + 1 : ""; in ceph_real_mount()
101 char *server_path; /* default NULL (means "/") */ member
1558 {"root", fsopt->server_path ? : "/"}, in create_session_full_msg()5677 const char *spath = mdsc->fsc->mount_options->server_path; in ceph_mds_auth_match()