Searched refs:dummy_log (Results 1 – 1 of 1) sorted by relevance
157 static struct jfs_log *dummy_log; variable1192 if (!dummy_log) { in open_dummy_log()1194 if (!dummy_log) { in open_dummy_log()1200 dummy_log->no_integrity = 1; in open_dummy_log()1202 dummy_log->base = 0; in open_dummy_log()1203 dummy_log->size = 1024; in open_dummy_log()1204 rc = lmLogInit(dummy_log); in open_dummy_log()1206 kfree(dummy_log); in open_dummy_log()1207 dummy_log = NULL; in open_dummy_log()1213 LOG_LOCK(dummy_log); in open_dummy_log()[all …]