Lines Matching defs:fc_inode
851 struct ext4_fc_inode fc_inode;
864 fc_inode.fc_ino = cpu_to_le32(inode->i_ino);
866 tl.fc_len = cpu_to_le16(inode_len + sizeof(fc_inode.fc_ino));
870 EXT4_FC_TAG_BASE_LEN + inode_len + sizeof(fc_inode.fc_ino), crc);
876 memcpy(dst, &fc_inode, sizeof(fc_inode));
877 dst += sizeof(fc_inode);
1520 struct ext4_fc_inode fc_inode;
1529 memcpy(&fc_inode, val, sizeof(fc_inode));
1531 ino = le32_to_cpu(fc_inode.fc_ino);