Changeset f1380b7 in mainline for contrib/arch/uspace/srv/fs/tmpfs/tmpfs.bp
- Timestamp:
- 2018-03-02T20:21:57Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34e1206
- Parents:
- a35b458
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:51:04)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:21:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/fs/tmpfs/tmpfs.bp
ra35b458 rf1380b7 8 8 } 9 9 } + 10 10 11 11 ?mount { 12 12 [/uspace/lib/libfs/fnc.libfs_mount] 13 13 } + 14 14 15 15 ?lookup { 16 16 [/uspace/lib/libfs/fnc.libfs_lookup] 17 17 } + 18 18 19 19 ?open_node { 20 20 [/uspace/lib/libfs/fnc.libfs_open_node] 21 21 } + 22 22 23 23 ?read { 24 24 tentative { … … 26 26 } 27 27 } + 28 28 29 29 ?write { 30 30 tentative { … … 32 32 } 33 33 } + 34 34 35 35 ?stat { 36 36 [/uspace/lib/libfs/fnc.libfs_stat] 37 37 } + 38 38 39 39 ?truncate + 40 40 ?close +
Note:
See TracChangeset
for help on using the changeset viewer.