Searched refs:temp_ptr (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/fs/ext4/ |
| H A D | ext4_write.c | 848 char *temp_ptr = NULL; in ext4fs_write() local 928 temp_ptr = zalloc(fs->blksz); in ext4fs_write() 929 if (!temp_ptr) in ext4fs_write() 939 temp_ptr); in ext4fs_write() 940 if (ext4fs_log_journal(temp_ptr, itable_blkno)) in ext4fs_write() 943 memcpy(temp_ptr + blkoff, inode_buffer, fs->inodesz); in ext4fs_write() 944 if (ext4fs_put_metadata(temp_ptr, itable_blkno)) in ext4fs_write() 960 memset(temp_ptr, '\0', fs->blksz); in ext4fs_write() 962 0, fs->blksz, temp_ptr); in ext4fs_write() 963 if (ext4fs_log_journal(temp_ptr, parent_itable_blkno)) in ext4fs_write() [all …]
|
| H A D | ext4_common.c | 199 unsigned char *temp_ptr = NULL; in put_ext4() local 221 temp_ptr = sec_buf; in put_ext4() 222 memcpy((temp_ptr + remainder), (unsigned char *)buf, size); in put_ext4() 230 temp_ptr = sec_buf; in put_ext4() 231 memcpy(temp_ptr, buf, size); in put_ext4()
|