Home
last modified time | relevance | path

Searched refs:ext4_fc_memcpy (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/fs/ext4/
Dfast_commit.c703 static void *ext4_fc_memcpy(struct super_block *sb, void *dst, const void *src, in ext4_fc_memcpy() function
741 ext4_fc_memcpy(sb, dst, &tl, sizeof(tl), &crc); in ext4_fc_write_tail()
744 ext4_fc_memcpy(sb, dst, &tail.fc_tid, sizeof(tail.fc_tid), &crc); in ext4_fc_write_tail()
747 ext4_fc_memcpy(sb, dst, &tail.fc_crc, sizeof(tail.fc_crc), NULL); in ext4_fc_write_tail()
771 ext4_fc_memcpy(sb, dst, &tl, sizeof(tl), crc); in ext4_fc_add_tlv()
772 ext4_fc_memcpy(sb, dst + sizeof(tl), val, len, crc); in ext4_fc_add_tlv()
794 ext4_fc_memcpy(sb, dst, &tl, sizeof(tl), crc); in ext4_fc_add_dentry_tlv()
796 ext4_fc_memcpy(sb, dst, &fcd, sizeof(fcd), crc); in ext4_fc_add_dentry_tlv()
798 ext4_fc_memcpy(sb, dst, fc_dentry->fcd_name.name, dlen, crc); in ext4_fc_add_dentry_tlv()
834 if (!ext4_fc_memcpy(inode->i_sb, dst, &tl, sizeof(tl), crc)) in ext4_fc_write_inode()
[all …]