Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/radius/
Dlock.c23 fl.l_type = F_WRLCK; in do_lock_exclusive()
41 fl.l_type = F_UNLCK; in do_unlock()
/external/kernel-headers/original/asm-generic/
Dfcntl.h168 short l_type; member
185 short l_type; member
/external/kernel-headers/original/asm-mips/
Dfcntl.h46 short l_type; member
/external/strace/
Ddesc.c244 short int l_type; in printflock() member
254 fl.l_type = fl32.l_type; in printflock()
274 printxval(lockfcmds, fl.l_type, "F_???"); in printflock()
297 printxval(lockfcmds, fl.l_type, "F_???"); in printflock64()
/external/valgrind/main/none/tests/
Dmmap_fcntl_bug.c30 fl.l_type = F_WRLCK; in main()
/external/chromium/chrome/browser/importer/
Dfirefox_profile_lock_posix.cc104 lock.l_type = F_WRLCK; in LockWithFcntl()
/external/valgrind/main/memcheck/tests/
Dfile_locking.c28 fl.l_type = F_WRLCK; /* exclusive lock */ in lock_file()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c330 fl.l_type = F_WRLCK; in get_clock()
408 fl.l_type = F_UNLCK; in get_clock()
/external/e2fsprogs/misc/
Duuidd.c253 fl.l_type = F_WRLCK; in server_loop()
/external/valgrind/main/coregrind/
Dvgdb.c1268 fl.l_type = F_WRLCK; in acquire_lock()
/external/e2fsprogs/lib/ext2fs/
Dtdb.c349 fl.l_type = rw_type; in tdb_brlock()
/external/sqlite/dist/orig/
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!=F_UNLCK ){
26345 lock.l_type = F_WRLCK;
[all …]
/external/sqlite/dist/
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!=F_UNLCK ){
26356 lock.l_type = F_WRLCK;
[all …]