taglinefilesource code
check68fs/msdos/inode.cstatic int parse_options(char *options,char *check,char *conversion,uid_t *uid,
check73fs/msdos/inode.c*check = 'n';
check85fs/msdos/inode.c*check = *value;
check86fs/msdos/inode.celse if (!strcmp(value,"relaxed")) *check = 'r';
check87fs/msdos/inode.celse if (!strcmp(value,"normal")) *check = 'n';
check88fs/msdos/inode.celse if (!strcmp(value,"strict")) *check = 's';
check150fs/msdos/inode.cchar check,conversion;
check155fs/msdos/inode.cif (!parse_options((char *) data,&check,&conversion,&uid,&gid,&umask,
check221fs/msdos/inode.c"uid=%d,gid=%d,umask=%03o%s]\n",MSDOS_SB(s)->fat_bits,check,
check239fs/msdos/inode.cMSDOS_SB(s)->name_check = check;
check120fs/select.cif (FD_ISSET(i,in) && check(SEL_IN,wait,current->filp[i])) {
check125fs/select.cif (FD_ISSET(i,out) && check(SEL_OUT,wait,current->filp[i])) {
check130fs/select.cif (FD_ISSET(i,ex) && check(SEL_EX,wait,current->filp[i])) {
check798net/tcp/ip.cif (iph->check == 0) return (0);
check806net/tcp/ip.ciph->check = 0;
check807net/tcp/ip.ciph->check = ip_compute_csum((unsigned char *)iph, iph->ihl*4);
check1045net/tcp/ip.cip->id, ip->ttl, ip->protocol, ip->check));
check99net/tcp/ip.hunsigned short check;
check137net/tcp/tcp.cnet16(th->window), net16(th->check), net16(th->urg_ptr)));
check516net/tcp/tcp.cth->check = 0;
check518net/tcp/tcp.cth->check = tcp_check (th, len, saddr, daddr);
check2898net/tcp/tcp.cif (th->check && tcp_check (th, len, saddr, daddr ))
check63net/tcp/tcp.hunsigned short check;
check105net/tcp/udp.cPRINTK(("len = %d, check = %d\n", net16(uh->len), net16(uh->check)));
check247net/tcp/udp.cuh->check = 0;
check249net/tcp/udp.cuh->check = udp_check (uh, len, saddr, daddr);
check673net/tcp/udp.cif (uh->check && udp_check (uh, len, saddr, daddr))
check42net/tcp/udp.hunsigned short check;