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


Ignore:
Timestamp:
2011-04-03T13:44:18Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c4eeb2f
Parents:
ae8541d
Message:

Add "write_dentry()" function to write directory entries to disk

File:
1 edited

Legend:

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

    rae8541d r87d4422  
    126126        /*The following fields do not exist on disk but only in memory*/
    127127        bool dirty;
     128        unsigned index;
     129        /*Pointer to the node at witch the dentry belongs*/
     130        struct mfs_node *node;
    128131};
    129132
     
    166169read_directory_entry(struct mfs_node *mnode, unsigned index);
    167170
     171extern int
     172write_dentry(struct mfs_dentry_info *d_info);
     173
    168174/*mfs_balloc.c*/
    169175extern int
Note: See TracChangeset for help on using the changeset viewer.