Searched refs:replaying (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | tnc.c | 434 if (c->replaying) { in tnc_read_hashed_node() 550 if (ret == 0 && c->replaying) in fallible_read_node() 913 * media. This may happen when replaying the journal if a deleted node was 2461 if (c->replaying) in ubifs_tnc_add_nm() 2506 if (c->replaying) { in ubifs_tnc_add_nm() 2695 if (c->replaying) in ubifs_tnc_remove_nm() 3008 if (c->replaying) in ubifs_tnc_next_ent()
|
H A D | replay.c | 975 * @offs: offset to start replaying from 1127 ubifs_err(c, "log error detected while replaying the log at LEB %d:%d", in replay_log_leb() 1194 dbg_mnt("start replaying the journal"); in ubifs_replay_journal() 1195 c->replaying = 1; in ubifs_replay_journal() 1249 c->replaying = 0; in ubifs_replay_journal()
|
H A D | log.c | 136 ubifs_assert(c, c->replaying && c->ro_mount); in ubifs_add_bud()
|
H A D | debug.c | 1416 if (znode->level != 0 || c->replaying) in dbg_check_znode() 1533 if (prev->level == 0 && znode->level == 0 && !c->replaying && in dbg_check_tnc()
|
H A D | ubifs.h | 97 * in TNC. However, when replaying, it is handy to introduce fake "truncation" 1239 * @replaying: %1 during journal replay 1483 unsigned int replaying:1; member
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | tnc.c | 435 if (c->replaying) { in tnc_read_hashed_node() 551 if (ret == 0 && c->replaying) in fallible_read_node() 914 * media. This may happen when replaying the journal if a deleted node was 2462 if (c->replaying) in ubifs_tnc_add_nm() 2507 if (c->replaying) { in ubifs_tnc_add_nm() 2696 if (c->replaying) in ubifs_tnc_remove_nm() 3009 if (c->replaying) in ubifs_tnc_next_ent()
|
H A D | replay.c | 975 * @offs: offset to start replaying from 1127 ubifs_err(c, "log error detected while replaying the log at LEB %d:%d", in replay_log_leb() 1194 dbg_mnt("start replaying the journal"); in ubifs_replay_journal() 1195 c->replaying = 1; in ubifs_replay_journal() 1249 c->replaying = 0; in ubifs_replay_journal()
|
H A D | log.c | 136 ubifs_assert(c, c->replaying && c->ro_mount); in ubifs_add_bud()
|
H A D | debug.c | 1416 if (znode->level != 0 || c->replaying) in dbg_check_znode() 1533 if (prev->level == 0 && znode->level == 0 && !c->replaying && in dbg_check_tnc()
|
H A D | ubifs.h | 99 * in TNC. However, when replaying, it is handy to introduce fake "truncation" 1260 * @replaying: %1 during journal replay 1511 unsigned int replaying:1; member
|
Completed in 31 milliseconds