| tag | line | file | source code |
|---|---|---|---|
| hunk | 156 | fs/nfs/file.c | int result, hunk, i, n, pos; |
| hunk | 176 | fs/nfs/file.c | hunk = count - i; |
| hunk | 177 | fs/nfs/file.c | if (hunk >= n) |
| hunk | 178 | fs/nfs/file.c | hunk = n; |
| hunk | 180 | fs/nfs/file.c | pos, hunk, buf, &fattr); |
| hunk | 183 | fs/nfs/file.c | pos += hunk; |
| hunk | 184 | fs/nfs/file.c | buf += hunk; |
| hunk | 185 | fs/nfs/file.c | if (hunk < n) { |
| hunk | 186 | fs/nfs/file.c | i += hunk; |
| hunk | 59 | fs/smbfs/mmap.c | int hunk, result; |
| hunk | 61 | fs/smbfs/mmap.c | hunk = PAGE_SIZE - i; |
| hunk | 62 | fs/smbfs/mmap.c | if (hunk > n) |
| hunk | 63 | fs/smbfs/mmap.c | hunk = n; |
| hunk | 68 | fs/smbfs/mmap.c | SMB_FINFO(inode), pos, hunk, |