Searched defs:targetFd (Results 1 – 2 of 2) sorted by relevance
193 bool ConfigureLoopDevice(const int deviceFd, const int targetFd, struct loop_info64 li, const bool … in ConfigureLoopDevice()215 bool SetLoopDeviceStatus(const int deviceFd, const int targetFd, const struct loop_info64 *li) in SetLoopDeviceStatus()247 UniqueFd targetFd(open(realPath.c_str(), O_RDONLY | O_CLOEXEC | O_DIRECT)); in SetUpLoopDevice() local
124 int targetFd = epollEvents[idx].data.fd; in Polling() local