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


Ignore:
Timestamp:
2011-04-05T19:28:23Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7bd68e6
Parents:
af8ce880
Message:

Add functions to add or remove zones from inodes

File:
1 edited

Legend:

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

    raf8ce880 r2bbbfd3  
    163163put_inode(struct mfs_node *mnode);
    164164
    165 /*mfs_read.c*/
    166 int read_map(uint32_t *b, const struct mfs_node *mnode, const uint32_t pos);
     165/*mfs_rw.c*/
     166extern int
     167read_map(uint32_t *b, const struct mfs_node *mnode, const uint32_t pos);
     168
     169extern int
     170write_map(struct mfs_node *mnode, uint32_t pos, uint32_t new_zone,
     171                                uint32_t *old_zone);
     172
     173extern int
     174free_zone(struct mfs_node *mnode, const uint32_t zone);
    167175
    168176/*mfs_dentry.c*/
Note: See TracChangeset for help on using the changeset viewer.