tag | line | file | source code |
---|---|---|---|
read_this_time | 132 | fs/ncpfs/file.c | int read_this_time; |
read_this_time | 137 | fs/ncpfs/file.c | pos, to_read, buf, &read_this_time) != 0) |
read_this_time | 142 | fs/ncpfs/file.c | pos += read_this_time; |
read_this_time | 143 | fs/ncpfs/file.c | buf += read_this_time; |
read_this_time | 144 | fs/ncpfs/file.c | already_read += read_this_time; |
read_this_time | 146 | fs/ncpfs/file.c | if (read_this_time < to_read) |
read_this_time | 74 | fs/ncpfs/mmap.c | int read_this_time; |
read_this_time | 91 | fs/ncpfs/mmap.c | &read_this_time) != 0) |
read_this_time | 93 | fs/ncpfs/mmap.c | read_this_time = 0; |
read_this_time | 96 | fs/ncpfs/mmap.c | pos += read_this_time; |
read_this_time | 97 | fs/ncpfs/mmap.c | already_read += read_this_time; |
read_this_time | 99 | fs/ncpfs/mmap.c | if (read_this_time < to_read) |