Home
last modified time | relevance | path

Searched refs:dbg_find (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ubifs/
Dfind.c323 dbg_find("scanning LPT for a dirty LEB"); in ubifs_find_dirty_leb()
333 dbg_find("found LEB %d, free %d, dirty %d, flags %#x", in ubifs_find_dirty_leb()
499 dbg_find("min_space %d", min_space); in ubifs_find_free_space()
576 dbg_find("found LEB %d, free %d", lnum, c->leb_size - *offs); in ubifs_find_free_space()
710 dbg_find("found LEB %d, free %d, dirty %d, flags %#x", in ubifs_find_free_leb_for_idx()
777 dbg_find("found %d dirty index LEBs", c->dirty_idx.cnt); in ubifs_save_dirty_idx_lnums()
779 dbg_find("dirtiest index LEB is %d with dirty %d and free %d", in ubifs_save_dirty_idx_lnums()
880 dbg_find("found dirty LEB %d, free %d, dirty %d, flags %#x", in find_dirty_idx_leb()
915 dbg_find("LEB %d, dirty %d and free %d flags %#x", in get_idx_gc_leb()
945 dbg_find("LEB %d, dirty %d and free %d flags %#x", lp->lnum, lp->dirty, in find_dirtiest_idx_leb()
Ddebug.h194 #define dbg_find(fmt, ...) ubifs_dbg_msg("find", fmt, ##__VA_ARGS__) macro