Changes in contrib/arch/uspace/srv/fs/fat/fat.bp [f1380b7:f73b291] in mainline
- File:
-
- 1 edited
-
contrib/arch/uspace/srv/fs/fat/fat.bp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/fs/fat/fat.bp
rf1380b7 rf73b291 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.
