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


Ignore:
Timestamp:
2011-03-18T20:39:48Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
930baca
Parents:
fe4ac35
Message:

Add mfs_stat() function and link mfs_size_get() function to the libfs_ops structure.

File:
1 edited

Legend:

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

    rfe4ac35 r0d6ab10  
    101101extern void mfs_mounted(ipc_callid_t rid, ipc_call_t *request);
    102102extern void mfs_mount(ipc_callid_t rid, ipc_call_t *request);
     103extern aoff64_t mfs_size_get(fs_node_t *node);
    103104extern bool mfs_is_directory(fs_node_t *fsnode);
    104105extern bool mfs_is_file(fs_node_t *fsnode);
     
    109110int mfs_node_get(fs_node_t **rfn, devmap_handle_t devmap_handle,
    110111                        fs_index_t index);
     112
     113extern void mfs_stat(ipc_callid_t rid, ipc_call_t *request);
    111114
    112115/*mfs_inode.c*/
Note: See TracChangeset for help on using the changeset viewer.