Searched refs:l_type (Results 1 - 13 of 13) sorted by relevance

/external/ppp/pppd/plugins/radius/
H A Dlock.c23 fl.l_type = F_WRLCK;
41 fl.l_type = F_UNLCK;
/external/kernel-headers/original/asm-mips/
H A Dfcntl.h46 short l_type; member in struct:flock
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h168 short l_type; member in struct:flock
185 short l_type; member in struct:flock64
/external/chromium/chrome/browser/importer/
H A Dfirefox_profile_lock_posix.cc104 lock.l_type = F_WRLCK;
/external/valgrind/main/none/tests/
H A Dmmap_fcntl_bug.c30 fl.l_type = F_WRLCK;
/external/valgrind/main/memcheck/tests/
H A Dfile_locking.c28 fl.l_type = F_WRLCK; /* exclusive lock */
/external/strace/
H A Ddesc.c244 short int l_type; member in struct:__anon12638
254 fl.l_type = fl32.l_type;
274 printxval(lockfcmds, fl.l_type, "F_???");
297 printxval(lockfcmds, fl.l_type, "F_???");
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c330 fl.l_type = F_WRLCK;
408 fl.l_type = F_UNLCK;
/external/e2fsprogs/misc/
H A Duuidd.c253 fl.l_type = F_WRLCK;
/external/valgrind/main/coregrind/
H A Dvgdb.c1268 fl.l_type = F_WRLCK;
/external/sqlite/dist/orig/
H A Dsqlite3.c25629 if( p->l_type==F_RDLCK ){
25631 }else if( p->l_type==F_WRLCK ){
25633 }else if( p->l_type==F_UNLCK ){
25644 if( s==(-1) && op==F_SETLK && (p->l_type==F_RDLCK || p->l_type==F_WRLCK) ){
25648 if( l2.l_type==F_RDLCK ){
25650 }else if( l2.l_type==F_WRLCK ){
25652 }else if( l2.l_type==F_UNLCK ){
26295 lock.l_type = F_WRLCK;
26299 } else if( lock.l_type!
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25640 if( p->l_type==F_RDLCK ){
25642 }else if( p->l_type==F_WRLCK ){
25644 }else if( p->l_type==F_UNLCK ){
25655 if( s==(-1) && op==F_SETLK && (p->l_type==F_RDLCK || p->l_type==F_WRLCK) ){
25659 if( l2.l_type==F_RDLCK ){
25661 }else if( l2.l_type==F_WRLCK ){
25663 }else if( l2.l_type==F_UNLCK ){
26306 lock.l_type = F_WRLCK;
26310 } else if( lock.l_type!
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c349 fl.l_type = rw_type;

Completed in 591 milliseconds