Searched refs:temp_ptr (Results 1 - 2 of 2) sorted by relevance

/u-boot/fs/ext4/
H A Dext4_write.c860 char *temp_ptr = NULL; local
982 temp_ptr = zalloc(fs->blksz);
983 if (!temp_ptr)
993 temp_ptr);
994 if (ext4fs_log_journal(temp_ptr, itable_blkno))
997 memcpy(temp_ptr + blkoff, inode_buffer, fs->inodesz);
998 if (ext4fs_put_metadata(temp_ptr, itable_blkno))
1014 memset(temp_ptr, '\0', fs->blksz);
1016 0, fs->blksz, temp_ptr);
1017 if (ext4fs_log_journal(temp_ptr, parent_itable_blkn
[all...]
H A Dext4_common.c200 unsigned char *temp_ptr = NULL; local
222 temp_ptr = sec_buf;
223 memcpy((temp_ptr + remainder), (unsigned char *)buf, size);
231 temp_ptr = sec_buf;
232 memcpy(temp_ptr, buf, size);

Completed in 50 milliseconds