Home
last modified time | relevance | path

Searched refs:LPROPS_UNCAT (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/ubifs/
Dlprops.c201 lp->flags |= LPROPS_UNCAT; in add_to_lpt_heap()
283 cat = LPROPS_UNCAT; in ubifs_add_to_cat()
285 case LPROPS_UNCAT: in ubifs_add_to_cat()
329 case LPROPS_UNCAT: in ubifs_remove_from_cat()
365 case LPROPS_UNCAT: in ubifs_replace_cat()
389 if (cat != LPROPS_UNCAT) in ubifs_ensure_cat()
392 if (cat == LPROPS_UNCAT) in ubifs_ensure_cat()
394 ubifs_remove_from_cat(c, lprops, LPROPS_UNCAT); in ubifs_ensure_cat()
412 return LPROPS_UNCAT; in ubifs_categorize_lprops()
437 return LPROPS_UNCAT; in ubifs_categorize_lprops()
[all …]
Dlpt.c2124 if (cat != LPROPS_UNCAT) { in dbg_chk_pnode()
2133 case LPROPS_UNCAT: in dbg_chk_pnode()
2144 case LPROPS_UNCAT: in dbg_chk_pnode()
2157 case LPROPS_UNCAT: in dbg_chk_pnode()
2180 case LPROPS_UNCAT: in dbg_chk_pnode()
Dubifs.h456 LPROPS_UNCAT = 0, enumerator
Ddebug.c691 case LPROPS_UNCAT: in ubifs_dump_lprop()