Lines Matching defs:fc_inode
767 struct ext4_fc_inode fc_inode;
778 fc_inode.fc_ino = cpu_to_le32(inode->i_ino);
780 tl.fc_len = cpu_to_le16(inode_len + sizeof(fc_inode.fc_ino));
784 sizeof(tl) + inode_len + sizeof(fc_inode.fc_ino), crc);
791 if (!ext4_fc_memcpy(inode->i_sb, dst, &fc_inode, sizeof(fc_inode), crc))
793 dst += sizeof(fc_inode);
1429 struct ext4_fc_inode fc_inode;
1437 memcpy(&fc_inode, val, sizeof(fc_inode));
1439 ino = le32_to_cpu(fc_inode.fc_ino);