Home
last modified time | relevance | path

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

/linux/fs/jfs/
A Djfs_logmgr.c157 static struct jfs_log *dummy_log; variable
1200 if (!dummy_log) { in open_dummy_log()
1202 if (!dummy_log) { in open_dummy_log()
1208 dummy_log->no_integrity = 1; in open_dummy_log()
1210 dummy_log->base = 0; in open_dummy_log()
1211 dummy_log->size = 1024; in open_dummy_log()
1212 rc = lmLogInit(dummy_log); in open_dummy_log()
1214 kfree(dummy_log); in open_dummy_log()
1215 dummy_log = NULL; in open_dummy_log()
1221 LOG_LOCK(dummy_log); in open_dummy_log()
[all …]

Completed in 6 milliseconds