Searched refs:ACTIVE_LOCK (Results 1 - 1 of 1) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
H A D | tdb.c | 152 #define ACTIVE_LOCK 4 macro 3884 (locked = (tdb->methods->tdb_brlock(tdb, ACTIVE_LOCK, F_WRLCK, F_SETLK, 0, 1) == 0))) { 3943 if (tdb->methods->tdb_brlock(tdb, ACTIVE_LOCK, F_UNLCK, F_SETLK, 0, 1) == -1) { 3945 "failed to take ACTIVE_LOCK on %s: %s\n", 3958 if (tdb->methods->tdb_brlock(tdb, ACTIVE_LOCK, F_RDLCK, F_SETLKW, 0, 1) == -1) 4091 (tdb->methods->tdb_brlock(tdb, ACTIVE_LOCK, F_RDLCK, F_SETLKW, 0, 1) == -1)) {
|
Completed in 112 milliseconds