OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tdb_expand
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/tdb/patches/
static-prototypes
65
-int
tdb_expand
(struct tdb_context *tdb, tdb_off_t size);
68
+static int
tdb_expand
(struct tdb_context *tdb, tdb_off_t size);
/external/e2fsprogs/lib/ext2fs/
tdb.c
287
static int
tdb_expand
(struct tdb_context *tdb, tdb_off_t size);
1052
int
tdb_expand
(struct tdb_context *tdb, tdb_off_t size)
function
1058
TDB_LOG((tdb, TDB_DEBUG_ERROR, "lock failed in
tdb_expand
\n"));
[
all
...]
Completed in 73 milliseconds