tag | line | file | source code |
check | 68 | fs/msdos/inode.c | static int parse_options(char *options,char *check,char *conversion,uid_t *uid, |
check | 73 | fs/msdos/inode.c | *check = 'n'; |
check | 85 | fs/msdos/inode.c | *check = *value; |
check | 86 | fs/msdos/inode.c | else if (!strcmp(value,"relaxed")) *check = 'r'; |
check | 87 | fs/msdos/inode.c | else if (!strcmp(value,"normal")) *check = 'n'; |
check | 88 | fs/msdos/inode.c | else if (!strcmp(value,"strict")) *check = 's'; |
check | 150 | fs/msdos/inode.c | char check,conversion; |
check | 155 | fs/msdos/inode.c | if (!parse_options((char *) data,&check,&conversion,&uid,&gid,&umask, |
check | 221 | fs/msdos/inode.c | "uid=%d,gid=%d,umask=%03o%s]\n",MSDOS_SB(s)->fat_bits,check, |
check | 239 | fs/msdos/inode.c | MSDOS_SB(s)->name_check = check; |
check | 120 | fs/select.c | if (FD_ISSET(i,in) && check(SEL_IN,wait,current->filp[i])) { |
check | 125 | fs/select.c | if (FD_ISSET(i,out) && check(SEL_OUT,wait,current->filp[i])) { |
check | 130 | fs/select.c | if (FD_ISSET(i,ex) && check(SEL_EX,wait,current->filp[i])) { |
check | 798 | net/tcp/ip.c | if (iph->check == 0) return (0); |
check | 806 | net/tcp/ip.c | iph->check = 0; |
check | 807 | net/tcp/ip.c | iph->check = ip_compute_csum((unsigned char *)iph, iph->ihl*4); |
check | 1045 | net/tcp/ip.c | ip->id, ip->ttl, ip->protocol, ip->check)); |
check | 99 | net/tcp/ip.h | unsigned short check; |
check | 137 | net/tcp/tcp.c | net16(th->window), net16(th->check), net16(th->urg_ptr))); |
check | 516 | net/tcp/tcp.c | th->check = 0; |
check | 518 | net/tcp/tcp.c | th->check = tcp_check (th, len, saddr, daddr); |
check | 2898 | net/tcp/tcp.c | if (th->check && tcp_check (th, len, saddr, daddr )) |
check | 63 | net/tcp/tcp.h | unsigned short check; |
check | 105 | net/tcp/udp.c | PRINTK(("len = %d, check = %d\n", net16(uh->len), net16(uh->check))); |
check | 247 | net/tcp/udp.c | uh->check = 0; |
check | 249 | net/tcp/udp.c | uh->check = udp_check (uh, len, saddr, daddr); |
check | 673 | net/tcp/udp.c | if (uh->check && udp_check (uh, len, saddr, daddr)) |
check | 42 | net/tcp/udp.h | unsigned short check; |