Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1063 static void handle_short_read(int nob_read, u32 page_count, in handle_short_read() argument
1070 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()