Rev 2831 | Rev 2864 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2831 | Rev 2856 | ||
---|---|---|---|
Line 145... | Line 145... | ||
145 | FAT_FILE |
145 | FAT_FILE |
146 | } fat_node_type_t; |
146 | } fat_node_type_t; |
147 | 147 | ||
148 | /** FAT in-core node. */ |
148 | /** FAT in-core node. */ |
149 | typedef struct { |
149 | typedef struct { |
- | 150 | /** Protects an instance of this type. */ |
|
- | 151 | futex_t lock; |
|
150 | fat_node_type_t type; |
152 | fat_node_type_t type; |
151 | /** VFS index is the node's first allocated cluster. */ |
153 | /** VFS index is the node's first allocated cluster. */ |
152 | fs_index_t index; |
154 | fs_index_t index; |
153 | /** VFS index of the parent node. */ |
155 | /** VFS index of the parent node. */ |
154 | fs_index_t pindex; |
156 | fs_index_t pindex; |