tag | line | file | source code |
hunk | 99 | fs/nfs/file.c | int result, hunk, i, n, fs; |
hunk | 162 | fs/nfs/file.c | hunk = count - i; |
hunk | 163 | fs/nfs/file.c | if (result < hunk) |
hunk | 164 | fs/nfs/file.c | hunk = result; |
hunk | 166 | fs/nfs/file.c | file->f_pos = pos + hunk; |
hunk | 168 | fs/nfs/file.c | return i + hunk; |
hunk | 170 | fs/nfs/file.c | memcpy_tofs(buf, data, hunk); |
hunk | 171 | fs/nfs/file.c | file->f_pos = pos + hunk; |
hunk | 188 | fs/nfs/file.c | return i + hunk; |
hunk | 194 | fs/nfs/file.c | int result, hunk, i, n, pos; |
hunk | 221 | fs/nfs/file.c | hunk = count - i; |
hunk | 222 | fs/nfs/file.c | if (hunk >= n) |
hunk | 223 | fs/nfs/file.c | hunk = n; |
hunk | 225 | fs/nfs/file.c | pos, hunk, buf, &fattr); |
hunk | 228 | fs/nfs/file.c | pos += hunk; |
hunk | 229 | fs/nfs/file.c | buf += hunk; |
hunk | 230 | fs/nfs/file.c | if (hunk < n) { |
hunk | 231 | fs/nfs/file.c | i += hunk; |
hunk | 52 | fs/nfs/mmap.c | int hunk, result; |
hunk | 54 | fs/nfs/mmap.c | hunk = PAGE_SIZE - i; |
hunk | 55 | fs/nfs/mmap.c | if (hunk > n) |
hunk | 56 | fs/nfs/mmap.c | hunk = n; |
hunk | 58 | fs/nfs/mmap.c | pos, hunk, (char *) (page + i), &fattr, 0); |
hunk | 55 | fs/smbfs/mmap.c | int hunk, result; |
hunk | 57 | fs/smbfs/mmap.c | hunk = PAGE_SIZE - i; |
hunk | 58 | fs/smbfs/mmap.c | if (hunk > n) |
hunk | 59 | fs/smbfs/mmap.c | hunk = n; |
hunk | 64 | fs/smbfs/mmap.c | SMB_FINFO(inode), pos, hunk, |