OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tdb_rec_write
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/tdb/patches/
static-prototypes
29
-int
tdb_rec_write
(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
53
+static int
tdb_rec_write
(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
/external/e2fsprogs/lib/ext2fs/
tdb.c
276
static int
tdb_rec_write
(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
1206
int
tdb_rec_write
(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec)
function
[
all
...]
Completed in 202 milliseconds