Home
last modified time | relevance | path

Searched refs:log_ctx (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dtdb.h149 const struct tdb_logging_context *log_ctx,
155 void tdb_set_logging_function(struct tdb_context *tdb, const struct tdb_logging_context *log_ctx);
Dtdb.c3808 const struct tdb_logging_context *log_ctx, in tdb_open_ex() argument
3828 if (log_ctx) { in tdb_open_ex()
3829 tdb->log = *log_ctx; in tdb_open_ex()
4049 const struct tdb_logging_context *log_ctx) in tdb_set_logging_function() argument
4051 tdb->log = *log_ctx; in tdb_set_logging_function()