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

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c660 static int _tdb_unlockall(struct tdb_context *tdb, int ltype) function
708 return _tdb_unlockall(tdb, F_WRLCK | TDB_MARK_LOCK);
720 return _tdb_unlockall(tdb, F_WRLCK);
738 return _tdb_unlockall(tdb, F_RDLCK);

Completed in 74 milliseconds