Home
last modified time | relevance | path

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

/u-boot/fs/ubifs/
A Dlprops.c251 struct ubifs_lprops *new_lprops, int cat) in lpt_heap_replace() argument
254 int hpos = new_lprops->hpos; in lpt_heap_replace()
257 heap->arr[hpos] = new_lprops; in lpt_heap_replace()
349 struct ubifs_lprops *new_lprops) in ubifs_replace_cat() argument
353 cat = new_lprops->flags & LPROPS_CAT_MASK; in ubifs_replace_cat()
358 lpt_heap_replace(c, old_lprops, new_lprops, cat); in ubifs_replace_cat()
364 list_replace(&old_lprops->list, &new_lprops->list); in ubifs_replace_cat()
A Dubifs.h2333 struct ubifs_lprops *new_lprops);

Completed in 12 milliseconds