Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ubifs/
Dcommit.c348 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state), in ubifs_commit_required()
349 dbg_cstate(COMMIT_REQUIRED)); in ubifs_commit_required()
353 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state), in ubifs_commit_required()
354 dbg_cstate(COMMIT_RUNNING_REQUIRED)); in ubifs_commit_required()
376 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state), in ubifs_request_bg_commit()
377 dbg_cstate(COMMIT_BACKGROUND)); in ubifs_request_bg_commit()
Ddebug.h254 const char *dbg_cstate(int cmt_state);
368 static inline const char *dbg_cstate(int cmt_state) { return ""; } in dbg_cstate() function
Ddebug.c188 const char *dbg_cstate(int cmt_state) in dbg_cstate() function