Home
last modified time | relevance | path

Searched refs:LoopControl (Results 1 – 7 of 7) sorted by relevance

/system/core/fs_mgr/libdm/include/libdm/
Dloop_control.h28 class LoopControl final {
30 LoopControl();
52 LoopControl(const LoopControl&) = delete;
53 LoopControl& operator=(const LoopControl&) = delete;
54 LoopControl& operator=(LoopControl&&) = default;
55 LoopControl(LoopControl&&) = default;
91 LoopControl control_;
/system/core/fs_mgr/libdm/
Dloop_control.cpp35 LoopControl::LoopControl() : control_fd_(-1) { in LoopControl() function in android::dm::LoopControl
42 bool LoopControl::Attach(int file_fd, const std::chrono::milliseconds& timeout_ms, in Attach()
81 bool LoopControl::Detach(const std::string& loopdev) const { in Detach()
101 bool LoopControl::FindFreeLoopDevice(std::string* loopdev) const { in FindFreeLoopDevice()
115 bool LoopControl::EnableDirectIo(int fd) { in EnableDirectIo()
136 bool LoopControl::SetAutoClearStatus(int fd) { in SetAutoClearStatus()
Dloop_control_test.cpp52 TEST(libdm, LoopControl) { in TEST() argument
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp46 using android::dm::LoopControl;
333 static bool CreateLoopDevice(LoopControl& control, const std::string& file, in CreateLoopDevice()
351 AutoDetachLoopDevices(LoopControl& control, const std::vector<std::string>& devices) in AutoDetachLoopDevices()
364 LoopControl& control_;
450 if (!LoopControl::EnableDirectIo(fd)) { in OptimizeLoopDevices()
470 LoopControl control; in MapWithLoopDevice()
594 std::optional<LoopControl> loop; in UnmapImageDevice()
/system/update_engine/common/
Dtest_utils.cc187 android::dm::LoopControl loop_control; in BindToUnusedLoopDevice()
/system/core/fs_mgr/
Dfs_mgr.cpp109 using android::dm::LoopControl;
1998 LoopControl loop_control; in PrepareZramBackingDevice()
2016 if (!LoopControl::SetAutoClearStatus(loop_fd.get())) { in PrepareZramBackingDevice()
2019 if (!LoopControl::EnableDirectIo(loop_fd.get())) { in PrepareZramBackingDevice()
/system/core/init/
Dbuiltins.cpp523 android::dm::LoopControl loop_control; in do_mount()