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

/linux-master/fs/ubifs/
H A Dtnc.c435 if (c->replaying) {
551 if (ret == 0 && c->replaying)
914 * media. This may happen when replaying the journal if a deleted node was
2462 if (c->replaying)
2507 if (c->replaying) {
2696 if (c->replaying)
3009 if (c->replaying)
H A Dreplay.c976 * @offs: offset to start replaying from
1128 ubifs_err(c, "log error detected while replaying the log at LEB %d:%d",
1195 dbg_mnt("start replaying the journal");
1196 c->replaying = 1;
1250 c->replaying = 0;
H A Dlog.c136 ubifs_assert(c, c->replaying && c->ro_mount);
H A Ddebug.c1416 if (znode->level != 0 || c->replaying)
1533 if (prev->level == 0 && znode->level == 0 && !c->replaying &&
H A Dubifs.h99 * in TNC. However, when replaying, it is handy to introduce fake "truncation"
1262 * @replaying: %1 during journal replay
1515 unsigned int replaying:1; member in struct:ubifs_info

Completed in 150 milliseconds