tag | line | file | source code |
frag1 | 444 | fs/isofs/inode.c | int frag1, offset; |
frag1 | 447 | fs/isofs/inode.c | frag1 = bufsize - offset; |
frag1 | 454 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data + offset, frag1); |
frag1 | 462 | fs/isofs/inode.c | memcpy((char *)cpnt+frag1, bh->b_data, offset); |
frag1 | 725 | fs/isofs/inode.c | unsigned int frag1; |
frag1 | 726 | fs/isofs/inode.c | frag1 = bufsize - old_offset; |
frag1 | 729 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data + old_offset, frag1); |
frag1 | 740 | fs/isofs/inode.c | memcpy((char *)cpnt+frag1, bh->b_data, offset); |
frag1 | 118 | fs/isofs/namei.c | unsigned int frag1; |
frag1 | 119 | fs/isofs/namei.c | frag1 = bufsize - old_offset; |
frag1 | 122 | fs/isofs/namei.c | memcpy(cpnt, bh->b_data + old_offset, frag1); |
frag1 | 132 | fs/isofs/namei.c | memcpy((char *)cpnt+frag1, bh->b_data, offset); |
frag1 | 438 | fs/isofs/rock.c | int frag1, offset; |
frag1 | 441 | fs/isofs/rock.c | frag1 = bufsize - offset; |
frag1 | 444 | fs/isofs/rock.c | memcpy(cpnt, bh->b_data + offset, frag1); |
frag1 | 452 | fs/isofs/rock.c | memcpy((char *)cpnt+frag1, bh->b_data, offset); |
frag1 | 190 | net/ipv4/ip_fw.c | char notcpsyn=1, notcpack=1, frag1, match; |
frag1 | 216 | net/ipv4/ip_fw.c | frag1 = ((ntohs(ip->frag_off) & IP_OFFSET) == 0); |
frag1 | 217 | net/ipv4/ip_fw.c | if (!frag1 && (opt != 1) && (ip->protocol == IPPROTO_TCP || |
frag1 | 238 | net/ipv4/ip_fw.c | if (frag1) { |
frag1 | 253 | net/ipv4/ip_fw.c | if (frag1) { |