Subversion Repositories HelenOS

Rev

Rev 4668 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4668 Rev 4688
Line 400... Line 400...
400
    fat_node_t *parentp = FAT_NODE(pfn);
400
    fat_node_t *parentp = FAT_NODE(pfn);
401
    fat_node_t *childp = FAT_NODE(cfn);
401
    fat_node_t *childp = FAT_NODE(cfn);
402
    fat_dentry_t *d;
402
    fat_dentry_t *d;
403
    fat_bs_t *bs;
403
    fat_bs_t *bs;
404
    block_t *b;
404
    block_t *b;
405
    int i, j;
405
    unsigned i, j;
406
    uint16_t bps;
406
    uint16_t bps;
407
    unsigned dps;
407
    unsigned dps;
408
    unsigned blocks;
408
    unsigned blocks;
409
    fat_cluster_t mcl, lcl;
409
    fat_cluster_t mcl, lcl;
410
    int rc;
410
    int rc;