Changeset afe34be in mainline for contrib/arch/uspace/lib/libfs
- Timestamp:
- 2009-10-08T11:06:45Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e21512e
- Parents:
- 2088dfc
- Location:
- contrib/arch/uspace/lib/libfs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/lib/libfs/fnc.libfs_lookup
r2088dfc rafe34be 1 1 ( 2 alternative (fs; tmpfs ; fat; devfs) {2 alternative (fs; tmpfs_nested; fat_nested; devfs_nested) { 3 3 !fs.lookup 4 4 } -
contrib/arch/uspace/lib/libfs/fnc.libfs_mount
r2088dfc rafe34be 2 2 ?ipc_m_connection_clone ; 3 3 ?ipc_m_data_write /* mount options */ { 4 alternative (fs; tmpfs ; fat; devfs) {4 alternative (fs; tmpfs_nested; fat_nested; devfs_nested) { 5 5 !fs.ipc_m_connect_to_me ; 6 6 !fs.mounted { -
contrib/arch/uspace/lib/libfs/fnc.libfs_stat
r2088dfc rafe34be 1 1 ( 2 ? fs.ipc_m_data_read2 ?ipc_m_data_read 3 3 )
Note:
See TracChangeset
for help on using the changeset viewer.