Searched refs:server_path (Results 1 – 3 of 3) sorted by relevance
356 kfree(fsopt->server_path); in ceph_parse_source()357 fsopt->server_path = kstrdup(dev_name_end, GFP_KERNEL); in ceph_parse_source()358 if (!fsopt->server_path) in ceph_parse_source()361 canonicalize_path(fsopt->server_path); in ceph_parse_source()371 if (fsopt->server_path) in ceph_parse_source()372 dout("server path '%s'\n", fsopt->server_path); in ceph_parse_source()630 kfree(args->server_path); in destroy_mount_options()669 ret = strcmp_null(fsopt1->server_path, fsopt2->server_path); in compare_mount_options()1160 const char *path = fsc->mount_options->server_path ? in ceph_real_mount()1161 fsc->mount_options->server_path + 1 : ""; in ceph_real_mount()
101 char *server_path; /* default NULL (means "/") */ member
1602 {"root", fsopt->server_path ? : "/"}, in create_session_full_msg()5741 const char *spath = mdsc->fsc->mount_options->server_path; in ceph_mds_auth_match()