Home
last modified time | relevance | path

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

/openbmc/linux/fs/jffs2/
H A Dmalloc.c192 ret[i].flash_offset = REF_EMPTY_NODE; in jffs2_alloc_refblock()
215 if (ref && ref->flash_offset != REF_EMPTY_NODE) in jffs2_prealloc_raw_node_refs()
H A Dnodelist.h96 #define REF_EMPTY_NODE ((int32_t)-2) macro
113 if (ref->flash_offset == REF_EMPTY_NODE) in ref_next()
H A Derase.c302 if (ref->flash_offset != REF_EMPTY_NODE && ref->next_in_ino) in jffs2_free_jeb_node_refs()
H A Dnodelist.c600 while (ref->flash_offset != REF_EMPTY_NODE) { in jffs2_link_node_ref()