Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dntfs_fs_i.h73 struct ntfs_inode_info { struct
74 struct ntfs_sb_info *vol;
75 unsigned long i_number; /* Should be really 48 bits. */
76 __u16 sequence_number; /* The current sequence number. */
77 unsigned char *attr; /* Array of the attributes. */
78 int attr_count; /* Size of attrs[]. */
79 struct ntfs_attribute *attrs;
80 int record_count; /* Size of records[]. */
81 int *records; /* Array of the record numbers of the $Mft whose
83 union {
[all …]