Lines Matching refs:ext4_fc_memcpy
679 static void *ext4_fc_memcpy(struct super_block *sb, void *dst, const void *src, in ext4_fc_memcpy() function
752 ext4_fc_memcpy(sb, dst, &tl, EXT4_FC_TAG_BASE_LEN, crc); in ext4_fc_reserve_space()
795 ext4_fc_memcpy(sb, dst, &tl, EXT4_FC_TAG_BASE_LEN, &crc); in ext4_fc_write_tail()
798 ext4_fc_memcpy(sb, dst, &tail.fc_tid, sizeof(tail.fc_tid), &crc); in ext4_fc_write_tail()
801 ext4_fc_memcpy(sb, dst, &tail.fc_crc, sizeof(tail.fc_crc), NULL); in ext4_fc_write_tail()
827 ext4_fc_memcpy(sb, dst, &tl, EXT4_FC_TAG_BASE_LEN, crc); in ext4_fc_add_tlv()
828 ext4_fc_memcpy(sb, dst + EXT4_FC_TAG_BASE_LEN, val, len, crc); in ext4_fc_add_tlv()
850 ext4_fc_memcpy(sb, dst, &tl, EXT4_FC_TAG_BASE_LEN, crc); in ext4_fc_add_dentry_tlv()
852 ext4_fc_memcpy(sb, dst, &fcd, sizeof(fcd), crc); in ext4_fc_add_dentry_tlv()
854 ext4_fc_memcpy(sb, dst, fc_dentry->fcd_name.name, dlen, crc); in ext4_fc_add_dentry_tlv()
892 if (!ext4_fc_memcpy(inode->i_sb, dst, &tl, EXT4_FC_TAG_BASE_LEN, crc)) in ext4_fc_write_inode()
895 if (!ext4_fc_memcpy(inode->i_sb, dst, &fc_inode, sizeof(fc_inode), crc)) in ext4_fc_write_inode()
898 if (!ext4_fc_memcpy(inode->i_sb, dst, (u8 *)ext4_raw_inode(&iloc), in ext4_fc_write_inode()