Searched refs:tdb_open (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.h40 /* flags for tdb_open() */
80 #define tdb_open ext2fs_tdb_open macro
146 struct tdb_context *tdb_open(const char *name, int hash_size, int tdb_flags,
H A Dtdbtool.c191 tdb = tdb_open(tdbname, 0, TDB_CLEAR_IF_FIRST,
201 tdb = tdb_open(tdbname, 0, 0, O_RDWR, 0600);
321 dst_tdb = tdb_open(tdbname, 0, 0, O_RDWR, 0600);
H A Dicount.c224 icount->tdb = tdb_open(fn, num_inodes, TDB_NOLOCK | TDB_NOSYNC,
H A Dtdb.c237 u32 flags; /* the flags passed to tdb_open */
332 through tdb_open().
1292 - if TDB_NOSYNC is passed to flags in tdb_open then transactions are
2593 mem_tdb = tdb_open("flval", tdb->header.hash_size,
3800 struct tdb_context *tdb_open(const char *name, int hash_size, int tdb_flags, function
/external/e2fsprogs/e2fsck/
H A Ddirinfo.c83 db->tdb = tdb_open(db->tdb_fn, num_dirs, TDB_NOLOCK | TDB_NOSYNC,
/external/ppp/pppd/
H A Dmain.c480 pppdb = tdb_open(_PATH_PPPDB, 0, 0, O_RDWR|O_CREAT, 0644);

Completed in 237 milliseconds