Lines Matching defs:_ntfs_inode
106 struct _ntfs_inode { struct
107 u64 mft_no; /* Inode / mft record number. */
108 MFT_RECORD *mrec; /* The actual mft record of the inode. */
109 ntfs_volume *vol; /* Pointer to the ntfs volume of this inode. */
110 unsigned long state; /* NTFS specific flags describing this inode.
112 FILE_ATTR_FLAGS flags; /* Flags describing the file.
119 u32 attr_list_size; /* Length of attribute list value in bytes. */
120 u8 *attr_list; /* Attribute list value itself. */
122 s32 nr_extents; /* For a base mft record, the number of
125 union { /* This union is only used if nr_extents != 0. */
143 s64 data_size; /* Data size of unnamed DATA attribute
145 s64 allocated_size; /* Allocated size stored in the filename
157 ntfs_time creation_time;
158 ntfs_time last_data_change_time;
159 ntfs_time last_mft_change_time;
160 ntfs_time last_access_time;
163 le32 owner_id;
164 le32 security_id;
165 le64 quota_charged;
166 le64 usn;