Searched refs:control_device_ (Results 1 – 4 of 4) sorted by relevance
212 std::string control_device_; variable229 const std::string& GetControlDevicePath() { return control_device_; } in GetControlDevicePath()301 std::string control_device_; variable
79 control_device_ = control_device; in WorkerThread()98 ctrl_fd_.reset(open(control_device_.c_str(), O_RDWR)); in InitializeFds()100 SNAP_PLOG(ERROR) << "Unable to open " << control_device_; in InitializeFds()
40 control_device_ = "/dev/dm-user/" + misc_name; in Snapuserd()46 cow_device_, backing_store_device_, control_device_, misc_name_, GetSharedPtr()); in InitializeWorkers()
315 : DmTarget(start, length), control_device_(control_device) {} in DmTargetUser()318 std::string control_device() const { return control_device_; } in control_device()322 std::string control_device_;