Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ubifs/
Dfind.c311 dbg_find("scanning LPT for a dirty LEB"); in ubifs_find_dirty_leb()
321 dbg_find("found LEB %d, free %d, dirty %d, flags %#x", in ubifs_find_dirty_leb()
487 dbg_find("min_space %d", min_space); in ubifs_find_free_space()
564 dbg_find("found LEB %d, free %d", lnum, c->leb_size - *offs); in ubifs_find_free_space()
698 dbg_find("found LEB %d, free %d, dirty %d, flags %#x", in ubifs_find_free_leb_for_idx()
758 dbg_find("found %d dirty index LEBs", c->dirty_idx.cnt); in ubifs_save_dirty_idx_lnums()
760 dbg_find("dirtiest index LEB is %d with dirty %d and free %d", in ubifs_save_dirty_idx_lnums()
861 dbg_find("found dirty LEB %d, free %d, dirty %d, flags %#x", in find_dirty_idx_leb()
896 dbg_find("LEB %d, dirty %d and free %d flags %#x", in get_idx_gc_leb()
926 dbg_find("LEB %d, dirty %d and free %d flags %#x", lp->lnum, lp->dirty, in find_dirtiest_idx_leb()
Ddebug.h182 #define dbg_find(fmt, ...) ubifs_dbg_msg("find", fmt, ##__VA_ARGS__) macro