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

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

Completed in 94 milliseconds