Changeset f1380b7 in mainline for contrib/arch/uspace/srv/fs/fat/fat.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/fat/fat.bp
ra35b458 rf1380b7 10 10 } 11 11 } + 12 12 13 13 ?mount { 14 14 [/uspace/lib/libfs/fnc.libfs_mount] 15 15 } + 16 16 17 17 ?lookup { 18 18 [/uspace/lib/libfs/fnc.libfs_lookup] 19 19 } + 20 20 21 21 ?open_node { 22 22 [/uspace/lib/libfs/fnc.libfs_open_node] 23 23 } + 24 24 25 25 ?read { 26 26 tentative { … … 28 28 } 29 29 } + 30 30 31 31 ?write { 32 32 tentative { … … 34 34 } 35 35 } + 36 36 37 37 ?stat { 38 38 [/uspace/lib/libfs/fnc.libfs_stat] 39 39 } + 40 40 41 41 ?truncate + 42 42 ?close +
Note:
See TracChangeset
for help on using the changeset viewer.