Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_nand_1pass.c13 #define NODE_CHUNK 1024 /* size of memory allocation chunk in b_nodes */ macro
73 if (memBase == NULL || index >= NODE_CHUNK) { in add_node()
75 memBase = mmalloc(sizeof(struct mem_block) + NODE_CHUNK * size); in add_node()
H A Djffs2_1pass.c131 #define NODE_CHUNK 1024 /* size of memory allocation chunk in b_nodes */ macro
546 struct b_node nodes[NODE_CHUNK];
575 if (memBase == NULL || index >= NODE_CHUNK) { in add_node()