Home
last modified time | relevance | path

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

/external/u-boot/fs/jffs2/
Djffs2_1pass.c222 static void *get_fl_mem_nand(u32 off, u32 size, void *ext_buf) in get_fl_mem_nand()
239 static void *get_node_mem_nand(u32 off, void *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()
338 static void *get_node_mem_onenand(u32 off, void *ext_buf) in get_node_mem_onenand()
371 static inline void *get_fl_mem_nor(u32 off, u32 size, void *ext_buf) in get_fl_mem_nor()
387 static inline void *get_node_mem_nor(u32 off, void *ext_buf) in get_node_mem_nor()
404 static inline void *get_fl_mem(u32 off, u32 size, void *ext_buf) in get_fl_mem()
431 static inline void *get_node_mem(u32 off, void *ext_buf) in get_node_mem()
459 static inline void put_fl_mem(void *buf, void *ext_buf) in put_fl_mem()
/external/e2fsprogs/misc/
Dcreate_inode.c504 struct fiemap_extent *ext_buf, *ext; in try_fiemap_copy() local
De4defrag.c795 struct fiemap_extent *ext_buf = NULL; in get_file_extents() local