Home
last modified time | relevance | path

Searched defs:_ntfs_inode (Results 1 – 1 of 1) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dinode.h106 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. */
[all …]