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


Ignore:
Timestamp:
2011-03-29T18:38:17Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
77a2d77
Parents:
152610a8
Message:

Add function to allocate an entry in the zone or inode bitmaps

File:
1 edited

Legend:

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

    r152610a8 rba5beaf  
    159159read_directory_entry(struct mfs_node *mnode, unsigned index);
    160160
     161/*mfs_balloc.c*/
     162extern int
     163mfs_alloc_bit(struct mfs_instance *inst, uint32_t *idx, bmap_id_t id);
     164
    161165#endif
    162166
Note: See TracChangeset for help on using the changeset viewer.