| tag | line | file | source code |
|---|---|---|---|
| to_read | 67 | fs/smbfs/file.c | int result, bufsize, to_read, already_read; |
| to_read | 102 | fs/smbfs/file.c | to_read = 0; |
| to_read | 105 | fs/smbfs/file.c | to_read = min(65535, count - already_read); |
| to_read | 106 | fs/smbfs/file.c | DPRINTK("smb_file_read: Raw %d bytes\n", to_read); |
| to_read | 109 | fs/smbfs/file.c | pos, to_read, buf); |
| to_read | 114 | fs/smbfs/file.c | to_read = min(bufsize, count - already_read); |
| to_read | 117 | fs/smbfs/file.c | pos, to_read, buf, 1); |
| to_read | 126 | fs/smbfs/file.c | if (result < to_read) { |