Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jffs2/
Dmalloc.c233 jeb->allocated_refs = nr; in jffs2_prealloc_raw_node_refs()
Dnodelist.c592 BUG_ON(!jeb->allocated_refs); in jffs2_link_node_ref()
593 jeb->allocated_refs--; in jffs2_link_node_ref()
Dnodelist.h289 uint32_t allocated_refs; member
Dwbuf.c600 if (jffs2_prealloc_raw_node_refs(c, wbuf_jeb, c->nextblock->allocated_refs + 1)) in __jffs2_flush_wbuf()