Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Dlprops.c192 lp->flags |= LPROPS_UNCAT; in add_to_lpt_heap()
276 cat = LPROPS_UNCAT; in ubifs_add_to_cat()
278 case LPROPS_UNCAT: in ubifs_add_to_cat()
322 case LPROPS_UNCAT: in ubifs_remove_from_cat()
358 case LPROPS_UNCAT: in ubifs_replace_cat()
382 if (cat != LPROPS_UNCAT) in ubifs_ensure_cat()
385 if (cat == LPROPS_UNCAT) in ubifs_ensure_cat()
387 ubifs_remove_from_cat(c, lprops, LPROPS_UNCAT); in ubifs_ensure_cat()
405 return LPROPS_UNCAT; in ubifs_categorize_lprops()
430 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.h1051 LPROPS_UNCAT = 0, enumerator
Ddebug.c694 case LPROPS_UNCAT: in ubifs_dump_lprop()