Searched refs:local_buffer (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffs_yaffs2.c | 843 u8 *local_buffer = NULL; in yaffs2_handle_hole() local 872 local_buffer = yaffs_get_temp_buffer(dev); in yaffs2_handle_hole() 874 if (local_buffer) { in yaffs2_handle_hole() 879 memset(local_buffer, 0, dev->data_bytes_per_chunk); in yaffs2_handle_hole() 887 yaffs_do_file_wr(obj, local_buffer, pos, this_write, in yaffs2_handle_hole() 897 yaffs_release_temp_buffer(dev, local_buffer); in yaffs2_handle_hole()
|
| H A D | yaffs_guts.c | 3472 u8 *local_buffer = in yaffs_file_rd() local 3474 yaffs_rd_data_obj(in, chunk, local_buffer); in yaffs_file_rd() 3476 memcpy(buffer, &local_buffer[start], n_copy); in yaffs_file_rd() 3478 yaffs_release_temp_buffer(dev, local_buffer); in yaffs_file_rd() 3622 u8 *local_buffer = yaffs_get_temp_buffer(dev); in yaffs_do_file_wr() local 3624 yaffs_rd_data_obj(in, chunk, local_buffer); in yaffs_do_file_wr() 3625 memcpy(&local_buffer[start], buffer, n_copy); in yaffs_do_file_wr() 3629 local_buffer, in yaffs_do_file_wr() 3632 yaffs_release_temp_buffer(dev, local_buffer); in yaffs_do_file_wr() 3734 u8 *local_buffer = yaffs_get_temp_buffer(dev); in yaffs_resize_file_down() local [all …]
|