Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dtdb.h150 const struct tdb_logging_context *log_ctx,
156 void tdb_set_logging_function(struct tdb_context *tdb, const struct tdb_logging_context *log_ctx);
Dtdb.c3813 const struct tdb_logging_context *log_ctx, in tdb_open_ex() argument
3833 if (log_ctx) { in tdb_open_ex()
3834 tdb->log = *log_ctx; in tdb_open_ex()
4054 const struct tdb_logging_context *log_ctx) in tdb_set_logging_function() argument
4056 tdb->log = *log_ctx; in tdb_set_logging_function()