Searched refs:fh (Results 1 – 2 of 2) sorted by relevance
2248 fec::io fh(block_device_path, O_RDWR); in BlockImageRecoverFn() local2250 if (!fh) { in BlockImageRecoverFn()2256 if (!fh.has_ecc() || !fh.has_verity()) { in BlockImageRecoverFn()2262 if (!fh.get_status(status)) { in BlockImageRecoverFn()2275 if (fh.pread(buffer, BLOCKSIZE, static_cast<off64_t>(j) * BLOCKSIZE) != BLOCKSIZE) { in BlockImageRecoverFn()
213 out.fh = 10; // an arbitrary number; we always use the same handle in handle_open()