HomeSort by relevance Sort by last modified time
    Searched refs:tdb_open (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/lib/ext2fs/
tdb.h 40 /* flags for tdb_open() */
80 #define tdb_open ext2fs_tdb_open macro
145 struct tdb_context *tdb_open(const char *name, int hash_size, int tdb_flags,
tdbtool.c 190 tdb = tdb_open(tdbname, 0, TDB_CLEAR_IF_FIRST,
200 tdb = tdb_open(tdbname, 0, 0, O_RDWR, 0600);
320 dst_tdb = tdb_open(tdbname, 0, 0, O_RDWR, 0600);
undo_io.c 384 data->tdb = tdb_open(tdb_file, 0, TDB_CLEAR_IF_FIRST,
icount.c 196 icount->tdb = tdb_open(fn, 0, TDB_CLEAR_IF_FIRST,
tdb.c 236 u32 flags; /* the flags passed to tdb_open */
330 through tdb_open().
3797 struct tdb_context *tdb_open(const char *name, int hash_size, int tdb_flags, function
    [all...]
  /external/e2fsprogs/misc/
e2undo.c 158 tdb = tdb_open(tdb_file, 0, 0, O_RDONLY, 0600);
162 _("Failed tdb_open %s\n"), tdb_file);
  /external/e2fsprogs/e2fsck/
dirinfo.c 65 db->tdb = tdb_open(db->tdb_fn, 0, TDB_CLEAR_IF_FIRST,
  /external/ppp/pppd/
main.c 483 pppdb = tdb_open(_PATH_PPPDB, 0, 0, O_RDWR|O_CREAT, 0644);
    [all...]

Completed in 96 milliseconds