Home
last modified time | relevance | path

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

/fs/ubifs/
Dlprops.c201 lp->flags |= LPROPS_UNCAT; in add_to_lpt_heap()
285 cat = LPROPS_UNCAT; in ubifs_add_to_cat()
287 case LPROPS_UNCAT: in ubifs_add_to_cat()
331 case LPROPS_UNCAT: in ubifs_remove_from_cat()
367 case LPROPS_UNCAT: in ubifs_replace_cat()
391 if (cat != LPROPS_UNCAT) in ubifs_ensure_cat()
394 if (cat == LPROPS_UNCAT) in ubifs_ensure_cat()
396 ubifs_remove_from_cat(c, lprops, LPROPS_UNCAT); in ubifs_ensure_cat()
414 return LPROPS_UNCAT; in ubifs_categorize_lprops()
439 return LPROPS_UNCAT; in ubifs_categorize_lprops()
[all …]
Dlpt.c2118 if (cat != LPROPS_UNCAT) { in dbg_chk_pnode()
2127 case LPROPS_UNCAT: in dbg_chk_pnode()
2138 case LPROPS_UNCAT: in dbg_chk_pnode()
2151 case LPROPS_UNCAT: in dbg_chk_pnode()
2174 case LPROPS_UNCAT: in dbg_chk_pnode()
Dubifs.h454 LPROPS_UNCAT = 0, enumerator
Ddebug.c687 case LPROPS_UNCAT: in ubifs_dump_lprop()