Lines Matching refs:ext4_fc_memcpy
653 static void *ext4_fc_memcpy(struct super_block *sb, void *dst, const void *src,
691 ext4_fc_memcpy(sb, dst, &tl, sizeof(tl), &crc);
694 ext4_fc_memcpy(sb, dst, &tail.fc_tid, sizeof(tail.fc_tid), &crc);
697 ext4_fc_memcpy(sb, dst, &tail.fc_crc, sizeof(tail.fc_crc), NULL);
723 ext4_fc_memcpy(sb, dst, &tl, sizeof(tl), crc);
724 ext4_fc_memcpy(sb, dst + sizeof(tl), val, len, crc);
747 ext4_fc_memcpy(sb, dst, &tl, sizeof(tl), crc);
749 ext4_fc_memcpy(sb, dst, &fcd, sizeof(fcd), crc);
751 ext4_fc_memcpy(sb, dst, dname, dlen, crc);
788 if (!ext4_fc_memcpy(inode->i_sb, dst, &tl, sizeof(tl), crc))
791 if (!ext4_fc_memcpy(inode->i_sb, dst, &fc_inode, sizeof(fc_inode), crc))
794 if (!ext4_fc_memcpy(inode->i_sb, dst, (u8 *)ext4_raw_inode(&iloc),