Searched refs:temp_ptr (Results 1 – 2 of 2) sorted by relevance
| /u-boot/fs/ext4/ |
| A D | ext4_write.c | 859 char *temp_ptr = NULL; in ext4fs_write() local 966 temp_ptr = zalloc(fs->blksz); in ext4fs_write() 967 if (!temp_ptr) in ext4fs_write() 977 temp_ptr); in ext4fs_write() 978 if (ext4fs_log_journal(temp_ptr, itable_blkno)) in ext4fs_write() 982 if (ext4fs_put_metadata(temp_ptr, itable_blkno)) in ext4fs_write() 998 memset(temp_ptr, '\0', fs->blksz); in ext4fs_write() 1000 0, fs->blksz, temp_ptr); in ext4fs_write() 1014 if (ext4fs_put_metadata(temp_ptr, itable_blkno)) in ext4fs_write() 1026 free(temp_ptr); in ext4fs_write() [all …]
|
| A D | ext4_common.c | 200 unsigned char *temp_ptr = NULL; in put_ext4() local 222 temp_ptr = sec_buf; in put_ext4() 223 memcpy((temp_ptr + remainder), (unsigned char *)buf, size); in put_ext4() 231 temp_ptr = sec_buf; in put_ext4() 232 memcpy(temp_ptr, buf, size); in put_ext4()
|
Completed in 8 milliseconds