Changeset b6035ba in mainline for uspace/srv/fs/tmpfs/tmpfs.h
- Timestamp:
- 2009-05-05T22:09:13Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 770d281
- Parents:
- c852f4be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.h
rc852f4be rb6035ba 45 45 #endif 46 46 47 #define TMPFS_NODE(node) ((node) ? (tmpfs_dentry_t *)(node)->data : NULL) 48 #define FS_NODE(node) ((node) ? (node)->bp : NULL) 49 47 50 typedef enum { 48 51 TMPFS_NONE, … … 52 55 53 56 typedef struct tmpfs_dentry { 57 fs_node_t *bp; /**< Back pointer to the FS node. */ 54 58 fs_index_t index; /**< TMPFS node index. */ 55 59 dev_handle_t dev_handle;/**< Device handle. */
Note:
See TracChangeset
for help on using the changeset viewer.