Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ubifs/
Dcommit.c258 c->cmt_state = COMMIT_RUNNING_REQUIRED; in run_bg_commit()
349 dbg_cstate(COMMIT_RUNNING_REQUIRED)); in ubifs_commit_required()
350 c->cmt_state = COMMIT_RUNNING_REQUIRED; in ubifs_commit_required()
353 case COMMIT_RUNNING_REQUIRED: in ubifs_commit_required()
398 c->cmt_state != COMMIT_RUNNING_REQUIRED); in wait_for_commit()
425 c->cmt_state = COMMIT_RUNNING_REQUIRED; in ubifs_run_commit()
427 if (c->cmt_state == COMMIT_RUNNING_REQUIRED) { in ubifs_run_commit()
447 c->cmt_state = COMMIT_RUNNING_REQUIRED; in ubifs_run_commit()
449 if (c->cmt_state == COMMIT_RUNNING_REQUIRED) { in ubifs_run_commit()
454 c->cmt_state = COMMIT_RUNNING_REQUIRED; in ubifs_run_commit()
Dubifs.h201 COMMIT_RUNNING_REQUIRED, enumerator
Ddebug.c188 case COMMIT_RUNNING_REQUIRED: in dbg_cstate()
2557 c->cmt_state == COMMIT_RUNNING_REQUIRED) { in power_cut_emulated()