OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tdb_ofs_write
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/tdb/patches/
static-prototypes
20
-int
tdb_ofs_write
(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d);
25
-int
tdb_ofs_write
(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d);
44
+static int
tdb_ofs_write
(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d);
49
+static int
tdb_ofs_write
(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d);
/external/e2fsprogs/lib/ext2fs/
tdb.c
267
static int
tdb_ofs_write
(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d);
272
static int
tdb_ofs_write
(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d);
1127
int
tdb_ofs_write
(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d)
function
[
all
...]
Completed in 62 milliseconds