Subversion Repositories HelenOS

Rev

Rev 3674 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3674 Rev 4389
Line 176... Line 176...
176
    struct fat_node *nodep;
176
    struct fat_node *nodep;
177
} fat_idx_t;
177
} fat_idx_t;
178
 
178
 
179
/** FAT in-core node. */
179
/** FAT in-core node. */
180
typedef struct fat_node {
180
typedef struct fat_node {
-
 
181
    /** Back pointer to the FS node. */
-
 
182
    fs_node_t       *bp;
-
 
183
   
181
    futex_t         lock;
184
    futex_t         lock;
182
    fat_node_type_t     type;
185
    fat_node_type_t     type;
183
    fat_idx_t       *idx;
186
    fat_idx_t       *idx;
184
    /**
187
    /**
185
     *  Node's first cluster.
188
     *  Node's first cluster.