Searched refs:new_lprops (Results 1 – 2 of 2) sorted by relevance
256 struct ubifs_lprops *new_lprops, int cat) in lpt_heap_replace() argument259 int hpos = new_lprops->hpos; in lpt_heap_replace()262 heap->arr[hpos] = new_lprops; in lpt_heap_replace()354 struct ubifs_lprops *new_lprops) in ubifs_replace_cat() argument358 cat = new_lprops->flags & LPROPS_CAT_MASK; in ubifs_replace_cat()363 lpt_heap_replace(c, new_lprops, cat); in ubifs_replace_cat()369 list_replace(&old_lprops->list, &new_lprops->list); in ubifs_replace_cat()
1739 struct ubifs_lprops *new_lprops);