Subversion Repositories HelenOS

Rev

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

Rev 2864 Rev 2876
Line 110... Line 110...
110
static void block_put(block_t *block)
110
static void block_put(block_t *block)
111
{
111
{
112
    /* TODO */
112
    /* TODO */
113
}
113
}
114
 
114
 
115
static fat_idx_t *fat_idx_map(fat_cluster_t pfc, unsigned pdi)
-
 
116
{
-
 
117
    return NULL;    /* TODO */
-
 
118
}
-
 
119
 
-
 
120
#define FAT_BS(b)       ((fat_bs_t *)((b)->data))
115
#define FAT_BS(b)       ((fat_bs_t *)((b)->data))
121
 
116
 
122
#define FAT_CLST_RES0   0x0000
117
#define FAT_CLST_RES0   0x0000
123
#define FAT_CLST_RES1   0x0001  /* internally used to mark root directory */
118
#define FAT_CLST_RES1   0x0001  /* internally used to mark root directory */
124
#define FAT_CLST_FIRST  0x0002
119
#define FAT_CLST_FIRST  0x0002