Lines Matching refs:l2
21864 struct flock l2;21865 l2 = *p;21866 fcntl(fd, F_GETLK, &l2);21867 if( l2.l_type==F_RDLCK ){21869 }else if( l2.l_type==F_WRLCK ){21871 }else if( l2.l_type==F_UNLCK ){21877 zType, (int)l2.l_start, (int)l2.l_len, (int)l2.l_pid);81260 ** and AgtB jump to either L2 or to one of EofA or EofB.