Changeset 2cf95e8 in mainline for uspace/srv/fs/minixfs/mfs.h


Ignore:
Timestamp:
2011-03-29T19:26:24Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3317724
Parents:
77a2d77
Message:

Add a function to free an entry in the inode or zone bitmap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs.h

    r77a2d77 r2cf95e8  
    161161/*mfs_balloc.c*/
    162162extern int
    163 mfs_alloc_bit(struct mfs_instance *inst, uint32_t *idx, bmap_id_t id);
     163mfs_alloc_bit(struct mfs_instance *inst, uint32_t *idx, bmap_id_t bid);
     164
     165extern int
     166mfs_free_bit(struct mfs_instance *inst, uint32_t idx, bmap_id_t bid);
    164167
    165168#endif
Note: See TracChangeset for help on using the changeset viewer.