Changeset 8d049ee0 in mainline for uspace/srv/fs/tmpfs/tmpfs.h


Ignore:
Timestamp:
2009-04-18T20:14:49Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c1eb69
Parents:
594303b
Message:

Support multiple TMPFS instances.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs.h

    r594303b r8d049ee0  
    5353typedef struct tmpfs_dentry {
    5454        fs_index_t index;       /**< TMPFS node index. */
     55        dev_handle_t dev_handle;/**< Device handle. */
    5556        link_t dh_link;         /**< Dentries hash table link. */
    5657        struct tmpfs_dentry *sibling;
     
    6667
    6768extern libfs_ops_t tmpfs_libfs_ops;
     69
     70extern bool tmpfs_init(void);
    6871
    6972extern void tmpfs_mounted(ipc_callid_t, ipc_call_t *);
Note: See TracChangeset for help on using the changeset viewer.