Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ubifs/
Dcommit.c247 c->cmt_state = COMMIT_RUNNING_REQUIRED; in run_bg_commit()
338 dbg_cstate(COMMIT_RUNNING_REQUIRED)); in ubifs_commit_required()
339 c->cmt_state = COMMIT_RUNNING_REQUIRED; in ubifs_commit_required()
342 case COMMIT_RUNNING_REQUIRED: in ubifs_commit_required()
387 c->cmt_state != COMMIT_RUNNING_REQUIRED); in wait_for_commit()
414 c->cmt_state = COMMIT_RUNNING_REQUIRED; in ubifs_run_commit()
416 if (c->cmt_state == COMMIT_RUNNING_REQUIRED) { in ubifs_run_commit()
436 c->cmt_state = COMMIT_RUNNING_REQUIRED; in ubifs_run_commit()
438 if (c->cmt_state == COMMIT_RUNNING_REQUIRED) { in ubifs_run_commit()
443 c->cmt_state = COMMIT_RUNNING_REQUIRED; in ubifs_run_commit()
Dubifs.h208 COMMIT_RUNNING_REQUIRED, enumerator
Ddebug.c188 case COMMIT_RUNNING_REQUIRED: in dbg_cstate()
2552 c->cmt_state == COMMIT_RUNNING_REQUIRED) { in power_cut_emulated()