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

/linux-master/fs/jfs/
H A Djfs_logmgr.c157 static struct jfs_log *dummy_log; variable in typeref:struct:jfs_log
1192 if (!dummy_log) {
1193 dummy_log = kzalloc(sizeof(struct jfs_log), GFP_KERNEL);
1194 if (!dummy_log) {
1198 INIT_LIST_HEAD(&dummy_log->sb_list);
1199 init_waitqueue_head(&dummy_log->syncwait);
1200 dummy_log->no_integrity = 1;
1202 dummy_log->base = 0;
1203 dummy_log->size = 1024;
1204 rc = lmLogInit(dummy_log);
[all...]

Completed in 153 milliseconds