Searched refs:temp_ptr (Results 1 – 2 of 2) sorted by relevance
| /fs/ext4/ |
| A D | ext4_write.c | 857 char *temp_ptr = NULL; in ext4fs_write() local 987 temp_ptr = zalloc(fs->blksz); in ext4fs_write() 988 if (!temp_ptr) in ext4fs_write() 998 temp_ptr); in ext4fs_write() 999 if (ext4fs_log_journal(temp_ptr, itable_blkno)) in ext4fs_write() 1003 if (ext4fs_put_metadata(temp_ptr, itable_blkno)) in ext4fs_write() 1019 memset(temp_ptr, '\0', fs->blksz); in ext4fs_write() 1021 0, fs->blksz, temp_ptr); in ext4fs_write() 1035 if (ext4fs_put_metadata(temp_ptr, itable_blkno)) in ext4fs_write() 1047 free(temp_ptr); in ext4fs_write() [all …]
|
| A D | ext4_common.c | 199 unsigned char *temp_ptr = NULL; in put_ext4() local 223 temp_ptr = sec_buf; in put_ext4() 224 memcpy((temp_ptr + remainder), (unsigned char *)buf, size); in put_ext4() 232 temp_ptr = sec_buf; in put_ext4() 233 memcpy(temp_ptr, buf, size); in put_ext4()
|
Completed in 8 milliseconds