tag | line | file | source code |
---|---|---|---|
read_this_time | 128 | fs/ncpfs/file.c | int read_this_time; |
read_this_time | 133 | fs/ncpfs/file.c | pos, to_read, buf, &read_this_time) != 0) |
read_this_time | 138 | fs/ncpfs/file.c | pos += read_this_time; |
read_this_time | 139 | fs/ncpfs/file.c | buf += read_this_time; |
read_this_time | 140 | fs/ncpfs/file.c | already_read += read_this_time; |
read_this_time | 142 | fs/ncpfs/file.c | if (read_this_time < to_read) |
read_this_time | 70 | fs/ncpfs/mmap.c | int read_this_time; |
read_this_time | 87 | fs/ncpfs/mmap.c | &read_this_time) != 0) |
read_this_time | 89 | fs/ncpfs/mmap.c | read_this_time = 0; |
read_this_time | 92 | fs/ncpfs/mmap.c | pos += read_this_time; |
read_this_time | 93 | fs/ncpfs/mmap.c | already_read += read_this_time; |
read_this_time | 95 | fs/ncpfs/mmap.c | if (read_this_time < to_read) |