Searched refs:server_path (Results 1 – 3 of 3) sorted by relevance
366 kfree(fsopt->server_path); in ceph_parse_source()367 fsopt->server_path = kstrdup(dev_name_end, GFP_KERNEL); in ceph_parse_source()368 if (!fsopt->server_path) in ceph_parse_source()371 canonicalize_path(fsopt->server_path); in ceph_parse_source()381 if (fsopt->server_path) in ceph_parse_source()382 dout("server path '%s'\n", fsopt->server_path); in ceph_parse_source()640 kfree(args->server_path); in destroy_mount_options()679 ret = strcmp_null(fsopt1->server_path, fsopt2->server_path); in compare_mount_options()1164 const char *path = fsc->mount_options->server_path ? in ceph_real_mount()1165 fsc->mount_options->server_path + 1 : ""; in ceph_real_mount()
101 char *server_path; /* default NULL (means "/") */ member
1556 {"root", fsopt->server_path ? : "/"}, in create_session_full_msg()5612 const char *spath = mdsc->fsc->mount_options->server_path; in ceph_mds_auth_match()