| tag | line | file | source code |
| hunk | 101 | fs/nfs/file.c | int result, hunk, i, n, fs; |
| hunk | 164 | fs/nfs/file.c | hunk = count - i; |
| hunk | 165 | fs/nfs/file.c | if (result < hunk) |
| hunk | 166 | fs/nfs/file.c | hunk = result; |
| hunk | 168 | fs/nfs/file.c | file->f_pos = pos + hunk; |
| hunk | 170 | fs/nfs/file.c | return i + hunk; |
| hunk | 172 | fs/nfs/file.c | memcpy_tofs(buf, data, hunk); |
| hunk | 173 | fs/nfs/file.c | file->f_pos = pos + hunk; |
| hunk | 190 | fs/nfs/file.c | return i + hunk; |
| hunk | 196 | fs/nfs/file.c | int result, hunk, i, n, pos; |
| hunk | 223 | fs/nfs/file.c | hunk = count - i; |
| hunk | 224 | fs/nfs/file.c | if (hunk >= n) |
| hunk | 225 | fs/nfs/file.c | hunk = n; |
| hunk | 227 | fs/nfs/file.c | pos, hunk, buf, &fattr); |
| hunk | 230 | fs/nfs/file.c | pos += hunk; |
| hunk | 231 | fs/nfs/file.c | buf += hunk; |
| hunk | 232 | fs/nfs/file.c | if (hunk < n) { |
| hunk | 233 | fs/nfs/file.c | i += hunk; |
| hunk | 55 | fs/nfs/mmap.c | int hunk, result; |
| hunk | 57 | fs/nfs/mmap.c | hunk = PAGE_SIZE - i; |
| hunk | 58 | fs/nfs/mmap.c | if (hunk > n) |
| hunk | 59 | fs/nfs/mmap.c | hunk = n; |
| hunk | 61 | fs/nfs/mmap.c | pos, hunk, (char *) (page + i), &fattr, 0); |
| hunk | 57 | fs/smbfs/mmap.c | int hunk, result; |
| hunk | 59 | fs/smbfs/mmap.c | hunk = PAGE_SIZE - i; |
| hunk | 60 | fs/smbfs/mmap.c | if (hunk > n) |
| hunk | 61 | fs/smbfs/mmap.c | hunk = n; |
| hunk | 66 | fs/smbfs/mmap.c | SMB_FINFO(inode), pos, hunk, |