Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/jffs2/
H A Djffs2_1pass.c222 static void *get_fl_mem_nand(u32 off, u32 size, void *ext_buf) in get_fl_mem_nand() argument
224 u_char *buf = ext_buf ? (u_char*)ext_buf : (u_char*)malloc(size); in get_fl_mem_nand()
231 if (!ext_buf) in get_fl_mem_nand()
239 static void *get_node_mem_nand(u32 off, void *ext_buf) in get_node_mem_nand() argument
249 ext_buf))) { in get_node_mem_nand()
321 static void *get_fl_mem_onenand(u32 off, u32 size, void *ext_buf) in get_fl_mem_onenand() argument
323 u_char *buf = ext_buf ? (u_char *)ext_buf : (u_char *)malloc(size); in get_fl_mem_onenand()
330 if (!ext_buf) in get_fl_mem_onenand()
338 static void *get_node_mem_onenand(u32 off, void *ext_buf) in get_node_mem_onenand() argument
348 ext_buf); in get_node_mem_onenand()
[all …]