Lines Matching refs:l2
21869 struct flock l2;21870 l2 = *p;21871 fcntl(fd, F_GETLK, &l2);21872 if( l2.l_type==F_RDLCK ){21874 }else if( l2.l_type==F_WRLCK ){21876 }else if( l2.l_type==F_UNLCK ){21882 zType, (int)l2.l_start, (int)l2.l_len, (int)l2.l_pid);81271 ** and AgtB jump to either L2 or to one of EofA or EofB.