Lines Matching refs:fcd
819 struct ext4_fc_dentry_info fcd;
823 EXT4_FC_TAG_BASE_LEN + sizeof(fcd) + dlen, crc);
828 fcd.fc_parent_ino = cpu_to_le32(fc_dentry->fcd_parent);
829 fcd.fc_ino = cpu_to_le32(fc_dentry->fcd_ino);
831 tl.fc_len = cpu_to_le16(sizeof(fcd) + dlen);
834 memcpy(dst, &fcd, sizeof(fcd));
835 dst += sizeof(fcd);
1344 struct ext4_fc_dentry_info fcd;
1346 memcpy(&fcd, val, sizeof(fcd));
1348 darg->parent_ino = le32_to_cpu(fcd.fc_parent_ino);
1349 darg->ino = le32_to_cpu(fcd.fc_ino);