Home
last modified time | relevance | path

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

/system/ulib/ftl/ftln/
A Dftln_rd.c28 static int partial_page_read(FTLN ftl, ui32 vpn, uint byte_offset, uint byte_count, ui8* buf) { in partial_page_read() argument
43 memcpy(buf, &cache_ent->data[byte_offset], byte_count); in partial_page_read()
60 memset(buf, 0xFF, byte_count); in partial_page_read()
66 memcpy(buf, &ftl->swap_page[byte_offset], byte_count); in partial_page_read()
156 uint byte_count = sect_cnt * ftl->sect_size; in read_sectors() local
159 if (partial_page_read(ftl, vpn, byte_offset, byte_count, staged.buf)) in read_sectors()
163 staged.buf += byte_count; in read_sectors()

Completed in 3 milliseconds