Searched defs:_ntfs_inode (Results 1 – 1 of 1) sorted by relevance
47 struct _ntfs_inode { struct48 rwlock_t size_lock; /* Lock serializing access to inode sizes. */49 s64 initialized_size; /* Copy from the attribute record. */50 s64 allocated_size; /* Copy from the attribute record. */51 unsigned long state; /* NTFS specific flags describing this inode.53 unsigned long mft_no; /* Number of the mft record / inode. */54 u16 seq_no; /* Sequence number of the mft record. */55 atomic_t count; /* Inode reference count for book keeping. */56 ntfs_volume *vol; /* Pointer to the ntfs volume of this inode. */66 ATTR_TYPE type; /* Attribute type of this fake inode. */[all …]