Searched defs:_ntfs_inode (Results 1 – 1 of 1) sorted by relevance
33 struct _ntfs_inode { struct35 s64 initialized_size; /* Copy from the attribute record. */36 s64 allocated_size; /* Copy from the attribute record. */39 unsigned long mft_no; /* Number of the mft record / inode. */40 u16 seq_no; /* Sequence number of the mft record. */52 ATTR_TYPE type; /* Attribute type of this fake inode. */53 ntfschar *name; /* Attribute name of this fake inode. */86 u8 *attr_list; /* Attribute list value itself. */88 union {106 } itype;[all …]
Completed in 5 milliseconds