Home
last modified time | relevance | path

Searched refs:dev_off (Results 1 – 3 of 3) sorted by relevance

/system/ulib/blobfs/include/blobfs/iterator/
A Dblock-iterator.h49 using StreamFn = fbl::Function<zx_status_t(uint64_t local_off, uint64_t dev_off, uint32_t length)>;
/system/uapp/biotime/
A Dbiotime.cpp149 size_t dev_off = 0; in bio_random_thread() local
165 req.dev_offset = dev_off; in bio_random_thread()
166 dev_off += xfer; in bio_random_thread()
/system/utest/fvm/
A Dfvm.cpp281 bool CheckWrite(VmoBuf* vbuf, size_t buf_off, size_t dev_off, size_t len);
282 bool CheckRead(VmoBuf* vbuf, size_t buf_off, size_t dev_off, size_t len);
366 bool VmoClient::CheckWrite(VmoBuf* vbuf, size_t buf_off, size_t dev_off, size_t len) { in CheckWrite() argument
382 ASSERT_EQ(dev_off % info_.block_size, 0); in CheckWrite()
385 request.dev_offset = dev_off / info_.block_size; in CheckWrite()
390 bool VmoClient::CheckRead(VmoBuf* vbuf, size_t buf_off, size_t dev_off, size_t len) { in CheckRead() argument
406 ASSERT_EQ(dev_off % info_.block_size, 0); in CheckRead()
409 request.dev_offset = dev_off / info_.block_size; in CheckRead()
1692 for (size_t dev_off = dev_off_start; dev_off <= dev_off_end; dev_off += bsz) { in TestSliceAccessNonContiguousPhysical() local
1707 size_t sub_len = slice_size - (dev_off % slice_size); in TestSliceAccessNonContiguousPhysical()
[all …]

Completed in 17 milliseconds