Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dfast_commit.c637 static void *ext4_fc_memcpy(struct super_block *sb, void *dst, const void *src, in ext4_fc_memcpy() function
675 ext4_fc_memcpy(sb, dst, &tl, sizeof(tl), &crc); in ext4_fc_write_tail()
678 ext4_fc_memcpy(sb, dst, &tail.fc_tid, sizeof(tail.fc_tid), &crc); in ext4_fc_write_tail()
681 ext4_fc_memcpy(sb, dst, &tail.fc_crc, sizeof(tail.fc_crc), NULL); in ext4_fc_write_tail()
705 ext4_fc_memcpy(sb, dst, &tl, sizeof(tl), crc); in ext4_fc_add_tlv()
706 ext4_fc_memcpy(sb, dst + sizeof(tl), val, len, crc); in ext4_fc_add_tlv()
729 ext4_fc_memcpy(sb, dst, &tl, sizeof(tl), crc); in ext4_fc_add_dentry_tlv()
731 ext4_fc_memcpy(sb, dst, &fcd, sizeof(fcd), crc); in ext4_fc_add_dentry_tlv()
733 ext4_fc_memcpy(sb, dst, dname, dlen, crc); in ext4_fc_add_dentry_tlv()
769 if (!ext4_fc_memcpy(inode->i_sb, dst, &tl, sizeof(tl), crc)) in ext4_fc_write_inode()
[all …]