Home
last modified time | relevance | path

Searched refs:REFS_PER_BLOCK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/jffs2/
H A Dmalloc.c61 sizeof(struct jffs2_raw_node_ref) * (REFS_PER_BLOCK + 1), in jffs2_create_slab_caches()
191 for (i=0; i < REFS_PER_BLOCK; i++) { in jffs2_alloc_refblock()
H A Dnodelist.c512 if (this[REFS_PER_BLOCK].flash_offset == REF_LINK_NODE) in jffs2_free_raw_node_refs()
513 next = this[REFS_PER_BLOCK].next_in_ino; in jffs2_free_raw_node_refs()
H A Dnodelist.h99 #define REFS_PER_BLOCK ((255/sizeof(struct jffs2_raw_node_ref))-1) macro