Home
last modified time | relevance | path

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

/fs/ncpfs/
Dmmap.c59 int read_this_time; in ncp_file_mmap_fault() local
70 &read_this_time) != 0) { in ncp_file_mmap_fault()
71 read_this_time = 0; in ncp_file_mmap_fault()
73 pos += read_this_time; in ncp_file_mmap_fault()
74 already_read += read_this_time; in ncp_file_mmap_fault()
76 if (read_this_time < to_read) { in ncp_file_mmap_fault()
Dfile.c142 int read_this_time; in ncp_file_read() local
149 pos, to_read, buf, &read_this_time, in ncp_file_read()
155 pos += read_this_time; in ncp_file_read()
156 buf += read_this_time; in ncp_file_read()
157 already_read += read_this_time; in ncp_file_read()
159 if (read_this_time != to_read) { in ncp_file_read()