Searched refs:fsopt (Results 1 – 2 of 2) sorted by relevance
230 struct ceph_mount_options *fsopt = private; in parse_fsopt_token() local254 kfree(fsopt->snapdir_name); in parse_fsopt_token()255 fsopt->snapdir_name = kstrndup(argstr[0].from, in parse_fsopt_token()258 if (!fsopt->snapdir_name) in parse_fsopt_token()262 kfree(fsopt->mds_namespace); in parse_fsopt_token()263 fsopt->mds_namespace = kstrndup(argstr[0].from, in parse_fsopt_token()266 if (!fsopt->mds_namespace) in parse_fsopt_token()271 kfree(fsopt->fscache_uniq); in parse_fsopt_token()272 fsopt->fscache_uniq = kstrndup(argstr[0].from, in parse_fsopt_token()275 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()