Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dlprops.c249 struct ubifs_lprops *new_lprops, int cat) in lpt_heap_replace() argument
252 int hpos = new_lprops->hpos; in lpt_heap_replace()
255 heap->arr[hpos] = new_lprops; in lpt_heap_replace()
347 struct ubifs_lprops *new_lprops) in ubifs_replace_cat() argument
351 cat = new_lprops->flags & LPROPS_CAT_MASK; in ubifs_replace_cat()
356 lpt_heap_replace(c, old_lprops, new_lprops, cat); in ubifs_replace_cat()
362 list_replace(&old_lprops->list, &new_lprops->list); in ubifs_replace_cat()
H A Dubifs.h2333 struct ubifs_lprops *new_lprops);
/openbmc/linux/fs/ubifs/
H A Dlprops.c244 struct ubifs_lprops *new_lprops, int cat) in lpt_heap_replace() argument
247 int hpos = new_lprops->hpos; in lpt_heap_replace()
250 heap->arr[hpos] = new_lprops; in lpt_heap_replace()
342 struct ubifs_lprops *new_lprops) in ubifs_replace_cat() argument
346 cat = new_lprops->flags & LPROPS_CAT_MASK; in ubifs_replace_cat()
351 lpt_heap_replace(c, new_lprops, cat); in ubifs_replace_cat()
357 list_replace(&old_lprops->list, &new_lprops->list); in ubifs_replace_cat()
H A Dubifs.h2011 struct ubifs_lprops *new_lprops);