OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tdb_allocate
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/tdb/patches/
static-prototypes
23
-tdb_off_t
tdb_allocate
(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec);
47
+static tdb_off_t
tdb_allocate
(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec);
/external/e2fsprogs/lib/ext2fs/
tdb.c
272
static tdb_off_t
tdb_allocate
(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec);
2490
tdb_off_t
tdb_allocate
(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec)
function
[
all
...]
Completed in 431 milliseconds