Home
last modified time | relevance | path

Searched refs:F_UNLCK (Results 1 – 7 of 7) sorted by relevance

/external/ppp/pppd/plugins/radius/
Dlock.c41 fl.l_type = F_UNLCK; in do_unlock()
/external/kernel-headers/original/asm-generic/
Dfcntl.h81 #define F_UNLCK 2 macro
/external/e2fsprogs/lib/ext2fs/
Dtdb.c552 ret = tdb->methods->tdb_brlock(tdb, FREELIST_TOP+4*list, F_UNLCK, in tdb_unlock()
608 ret = tdb->methods->tdb_brlock(tdb, TRANSACTION_LOCK, F_UNLCK, F_SETLKW, 0, 1); in tdb_transaction_unlock()
683 tdb->methods->tdb_brlock(tdb, FREELIST_TOP, F_UNLCK, F_SETLKW, in _tdb_unlockall()
813 return tdb->methods->tdb_brlock(tdb, off, F_UNLCK, F_SETLK, 0, 1); in tdb_write_unlock_record()
827 return (count == 1 ? tdb->methods->tdb_brlock(tdb, off, F_UNLCK, F_SETLKW, 0, 1) : 0); in tdb_unlock_record()
1679 tdb_brlock(tdb, FREELIST_TOP, F_UNLCK, F_SETLKW, 0, 0); in tdb_transaction_start()
1715 tdb_brlock(tdb, FREELIST_TOP, F_UNLCK, F_SETLKW, 0, 4*tdb->header.hash_size); in tdb_transaction_cancel()
1724 F_UNLCK,F_SETLKW, 0, 1); in tdb_transaction_cancel()
1734 tdb_brlock(tdb, FREELIST_TOP, F_UNLCK, F_SETLKW, 0, 0); in tdb_transaction_cancel()
2042 tdb_brlock(tdb, GLOBAL_LOCK, F_UNLCK, F_SETLKW, 0, 1); in tdb_transaction_commit()
[all …]
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c408 fl.l_type = F_UNLCK; in get_clock()
/external/strace/
Ddesc.c176 { F_UNLCK, "F_UNLCK" },
/external/sqlite/dist/
Dsqlite3.c23360 }else if( p->l_type==F_UNLCK ){
23379 }else if( l2.l_type==F_UNLCK ){
24003 } else if( lock.l_type!=F_UNLCK ){
24180 lock.l_type = F_UNLCK;
24350 lock.l_type = F_UNLCK;
24374 lock.l_type = F_UNLCK;
24401 lock.l_type = F_UNLCK;
24423 lock.l_type = F_UNLCK;
26377 if( lockType==F_UNLCK ){
26392 if( lockType==F_UNLCK ){
[all …]
Dsqlite3.c.orig23353 }else if( p->l_type==F_UNLCK ){
23372 }else if( l2.l_type==F_UNLCK ){
23996 } else if( lock.l_type!=F_UNLCK ){
24173 lock.l_type = F_UNLCK;
24343 lock.l_type = F_UNLCK;
24367 lock.l_type = F_UNLCK;
24394 lock.l_type = F_UNLCK;
24416 lock.l_type = F_UNLCK;
26338 int lockType, /* F_UNLCK, F_RDLCK, or F_WRLCK */
26370 if( lockType==F_UNLCK ){
[all …]