Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dlprops.c193 lp->flags |= LPROPS_UNCAT; in add_to_lpt_heap()
277 cat = LPROPS_UNCAT; in ubifs_add_to_cat()
279 case LPROPS_UNCAT: in ubifs_add_to_cat()
323 case LPROPS_UNCAT: in ubifs_remove_from_cat()
359 case LPROPS_UNCAT: in ubifs_replace_cat()
383 if (cat != LPROPS_UNCAT) in ubifs_ensure_cat()
386 if (cat == LPROPS_UNCAT) in ubifs_ensure_cat()
388 ubifs_remove_from_cat(c, lprops, LPROPS_UNCAT); in ubifs_ensure_cat()
406 return LPROPS_UNCAT; in ubifs_categorize_lprops()
431 return LPROPS_UNCAT; in ubifs_categorize_lprops()
[all …]
H A Dlpt.c2125 if (cat != LPROPS_UNCAT) { in dbg_chk_pnode()
2134 case LPROPS_UNCAT: in dbg_chk_pnode()
2145 case LPROPS_UNCAT: in dbg_chk_pnode()
2158 case LPROPS_UNCAT: in dbg_chk_pnode()
2181 case LPROPS_UNCAT: in dbg_chk_pnode()
H A Dubifs.h1052 LPROPS_UNCAT = 0, enumerator
H A Ddebug.c695 case LPROPS_UNCAT: in ubifs_dump_lprop()