Home
last modified time | relevance | path

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

/fs/ubifs/
Dcommit.c289 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state), in ubifs_commit_required()
290 dbg_cstate(COMMIT_REQUIRED)); in ubifs_commit_required()
294 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state), in ubifs_commit_required()
295 dbg_cstate(COMMIT_RUNNING_REQUIRED)); in ubifs_commit_required()
317 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state), in ubifs_request_bg_commit()
318 dbg_cstate(COMMIT_BACKGROUND)); in ubifs_request_bg_commit()
Ddebug.h273 const char *dbg_cstate(int cmt_state);
427 #define dbg_cstate(cmt_state) "" macro
Ddebug.c193 const char *dbg_cstate(int cmt_state) in dbg_cstate() function