Home | History | Annotate | Download | only in dist

Lines Matching refs:F_WRLCK

21855   }else if( p->l_type==F_WRLCK ){
21868 if( s==(-1) && op==F_SETLK && (p->l_type==F_RDLCK || p->l_type==F_WRLCK) ){
21874 }else if( l2.l_type==F_WRLCK ){
22378 d.lock.l_type = F_WRLCK;
22659 lock.l_type = F_WRLCK;
22679 ** The "op" parameter should be one of F_RDLCK, F_WRLCK, or F_UNLCK.
22875 lock.l_type = (locktype==SHARED_LOCK?F_RDLCK:F_WRLCK);
22934 lock.l_type = F_WRLCK;
22942 s = rangeLock(pFile, F_WRLCK, &tErrno);