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

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c3815 const struct tdb_logging_context *log_ctx,
3835 if (log_ctx) {
3836 tdb->log = *log_ctx;
4056 const struct tdb_logging_context *log_ctx)
4058 tdb->log = *log_ctx;
3813 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
4055 tdb_set_logging_function(struct tdb_context *tdb, const struct tdb_logging_context *log_ctx) argument

Completed in 104 milliseconds