Searched defs:ntfs_inode (Results 1 – 1 of 1) sorted by relevance
81 struct ntfs_inode { struct82 int64_t initialized_size;83 int64_t allocated_size;84 unsigned long mft_no; /* Number of the mft record / inode */85 uint16_t seq_no; /* Sequence number of the mft record */86 uint32_t type; /* Attribute type of this inode */87 uint8_t non_resident;88 union { /* Non-resident $DATA attribute */95 } data;96 uint32_t start_cluster; /* Starting cluster address */[all …]