Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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 …]
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify.c341 char *ext_buf = NULL; in fanotify_encode_fh() local
363 ext_buf = kmalloc(fh_len, gfp); in fanotify_encode_fh()
364 if (!ext_buf) in fanotify_encode_fh()
367 *fanotify_fh_ext_buf_ptr(fh) = ext_buf; in fanotify_encode_fh()
368 buf = ext_buf; in fanotify_encode_fh()
386 kfree(ext_buf); in fanotify_encode_fh()
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c5679 struct lpfc_dmabuf *dmabuf, uint32_t ext_buf) in lpfc_idiag_mbxacc_dump_bsg_mbox() argument
5710 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox()
5718 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox()
5726 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox()
5734 sta_tp, nemb_tp, ext_buf); in lpfc_idiag_mbxacc_dump_bsg_mbox()