Searched refs:nob_read (Results 1 – 1 of 1) sorted by relevance
1063 static void handle_short_read(int nob_read, u32 page_count, in handle_short_read() argument1070 while (nob_read > 0) { in handle_short_read()1073 if (pga[i]->count > nob_read) { in handle_short_read()1077 memset(ptr + nob_read, 0, pga[i]->count - nob_read); in handle_short_read()1084 nob_read -= pga[i]->count; in handle_short_read()