Home
last modified time | relevance | path

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

/fs/ntfs/
Dinode.h33 struct _ntfs_inode { struct
34 rwlock_t size_lock; /* Lock serializing access to inode sizes. */
35 s64 initialized_size; /* Copy from the attribute record. */
36 s64 allocated_size; /* Copy from the attribute record. */
37 unsigned long state; /* NTFS specific flags describing this inode.
39 unsigned long mft_no; /* Number of the mft record / inode. */
40 u16 seq_no; /* Sequence number of the mft record. */
41 atomic_t count; /* Inode reference count for book keeping. */
42 ntfs_volume *vol; /* Pointer to the ntfs volume of this inode. */
52 ATTR_TYPE type; /* Attribute type of this fake inode. */
[all …]