Lines Matching defs:indx
943 struct REPARSE_INDEX indx;
951 indx.header.data_offset = const_cpu_to_le16(
954 indx.header.data_length = const_cpu_to_le16(0);
955 indx.header.reservedV = const_cpu_to_le32(0);
956 indx.header.length = const_cpu_to_le16(
958 indx.header.key_length = const_cpu_to_le16(
960 indx.header.flags = const_cpu_to_le16(0);
961 indx.header.reserved = const_cpu_to_le16(0);
962 indx.key.reparse_tag = reparse_tag;
964 memcpy(&indx.key.file_id, &file_id, 8);
965 indx.filling = const_cpu_to_le32(0);
967 return (ntfs_ie_add(xr,(INDEX_ENTRY*)&indx));