Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dcommit.c251 c->cmt_state != COMMIT_REQUIRED) in run_bg_commit()
257 if (c->cmt_state == COMMIT_REQUIRED) in run_bg_commit()
344 dbg_cstate(COMMIT_REQUIRED)); in ubifs_commit_required()
345 c->cmt_state = COMMIT_REQUIRED; in ubifs_commit_required()
352 case COMMIT_REQUIRED: in ubifs_commit_required()
485 c->cmt_state = COMMIT_REQUIRED; in ubifs_gc_should_commit()
488 if (c->cmt_state == COMMIT_REQUIRED) in ubifs_gc_should_commit()
H A Dubifs.h199 COMMIT_REQUIRED, enumerator
H A Ddebug.c184 case COMMIT_REQUIRED: in dbg_cstate()