Searched defs:log_ctx (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c3808 const struct tdb_logging_context *log_ctx,
3828 if (log_ctx) {
3829 tdb->log = *log_ctx;
4049 const struct tdb_logging_context *log_ctx)
4051 tdb->log = *log_ctx;
3806 tdb_open_ex(const char *name, int hash_size, int tdb_flags, int open_flags, mode_t mode, const struct tdb_logging_context *log_ctx, tdb_hash_func hash_fn) argument
4048 tdb_set_logging_function(struct tdb_context *tdb, const struct tdb_logging_context *log_ctx) argument

Completed in 339 milliseconds