Searched refs:ext4_fc_memcpy (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | fast_commit.c | 642 static void *ext4_fc_memcpy(struct super_block *sb, void *dst, const void *src, in ext4_fc_memcpy() function 680 ext4_fc_memcpy(sb, dst, &tl, sizeof(tl), &crc); in ext4_fc_write_tail() 683 ext4_fc_memcpy(sb, dst, &tail.fc_tid, sizeof(tail.fc_tid), &crc); in ext4_fc_write_tail() 686 ext4_fc_memcpy(sb, dst, &tail.fc_crc, sizeof(tail.fc_crc), NULL); in ext4_fc_write_tail() 710 ext4_fc_memcpy(sb, dst, &tl, sizeof(tl), crc); in ext4_fc_add_tlv() 711 ext4_fc_memcpy(sb, dst + sizeof(tl), val, len, crc); in ext4_fc_add_tlv() 734 ext4_fc_memcpy(sb, dst, &tl, sizeof(tl), crc); in ext4_fc_add_dentry_tlv() 736 ext4_fc_memcpy(sb, dst, &fcd, sizeof(fcd), crc); in ext4_fc_add_dentry_tlv() 738 ext4_fc_memcpy(sb, dst, dname, dlen, crc); in ext4_fc_add_dentry_tlv() 775 if (!ext4_fc_memcpy(inode->i_sb, dst, &tl, sizeof(tl), crc)) in ext4_fc_write_inode() [all …]
|