Searched refs:fsopt (Results 1 – 2 of 2) sorted by relevance
211 struct ceph_mount_options *fsopt = private; in parse_fsopt_token() local235 kfree(fsopt->snapdir_name); in parse_fsopt_token()236 fsopt->snapdir_name = kstrndup(argstr[0].from, in parse_fsopt_token()239 if (!fsopt->snapdir_name) in parse_fsopt_token()243 kfree(fsopt->mds_namespace); in parse_fsopt_token()244 fsopt->mds_namespace = kstrndup(argstr[0].from, in parse_fsopt_token()247 if (!fsopt->mds_namespace) in parse_fsopt_token()251 kfree(fsopt->fscache_uniq); in parse_fsopt_token()252 fsopt->fscache_uniq = kstrndup(argstr[0].from, in parse_fsopt_token()255 if (!fsopt->fscache_uniq) in parse_fsopt_token()[all …]
938 struct ceph_mount_options *fsopt = mdsc->fsc->mount_options; in create_session_open_msg() local945 {"root", fsopt->server_path ? : "/"}, in create_session_open_msg()