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

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c405 static int _tdb_lock(struct tdb_context *tdb, int list, int ltype, int op) function
481 ret = _tdb_lock(tdb, list, ltype, F_SETLKW);
492 return _tdb_lock(tdb, list, ltype, F_SETLK);

Completed in 66 milliseconds