Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ubifs/
Dcommit.c259 c->cmt_state = COMMIT_RUNNING_REQUIRED; in run_bg_commit()
350 dbg_cstate(COMMIT_RUNNING_REQUIRED)); in ubifs_commit_required()
351 c->cmt_state = COMMIT_RUNNING_REQUIRED; in ubifs_commit_required()
354 case COMMIT_RUNNING_REQUIRED: in ubifs_commit_required()
399 c->cmt_state != COMMIT_RUNNING_REQUIRED); in wait_for_commit()
426 c->cmt_state = COMMIT_RUNNING_REQUIRED; in ubifs_run_commit()
428 if (c->cmt_state == COMMIT_RUNNING_REQUIRED) { in ubifs_run_commit()
448 c->cmt_state = COMMIT_RUNNING_REQUIRED; in ubifs_run_commit()
450 if (c->cmt_state == COMMIT_RUNNING_REQUIRED) { in ubifs_run_commit()
455 c->cmt_state = COMMIT_RUNNING_REQUIRED; in ubifs_run_commit()
Dubifs.h216 COMMIT_RUNNING_REQUIRED, enumerator
Ddebug.c197 case COMMIT_RUNNING_REQUIRED: in dbg_cstate()
2534 c->cmt_state == COMMIT_RUNNING_REQUIRED) { in power_cut_emulated()