OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_tdb_unlockall
(Results
1 - 1
of
1
) sorted by null
/external/e2fsprogs/lib/ext2fs/
tdb.c
662
static int
_tdb_unlockall
(struct tdb_context *tdb, int ltype)
function
710
return
_tdb_unlockall
(tdb, F_WRLCK | TDB_MARK_LOCK);
722
return
_tdb_unlockall
(tdb, F_WRLCK);
740
return
_tdb_unlockall
(tdb, F_RDLCK);
[
all
...]
Completed in 345 milliseconds