Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c1094 static void handle_short_read(int nob_read, u32 page_count, in handle_short_read() argument
1101 while (nob_read > 0) { in handle_short_read()
1104 if (pga[i]->count > nob_read) { in handle_short_read()
1108 memset(ptr + nob_read, 0, pga[i]->count - nob_read); in handle_short_read()
1115 nob_read -= pga[i]->count; in handle_short_read()