source: mainline/contrib/arch/uspace/srv/fs/tmpfs/tmpfs.bp@ f1fb1d1

lfn serial ticket/834-toolchain-update topic/fix-logger-deadlock topic/msim-upgrade topic/simplify-dev-export
Last change on this file since f1fb1d1 was cf7b3e0, checked in by Martin Decky <martin@…>, 17 years ago

various fixes and cleanup

  • Property mode set to 100644
File size: 588 bytes
Line 
1(
2 ?ipc_m_connect_me_to ;
3 (
4 ?mounted {
5 ?ipc_m_data_write /* mount options */
6 } +
7
8 ?mount {
9 [/uspace/lib/libfs/fnc.libfs_mount]
10 } +
11
12 ?lookup {
13 [/uspace/lib/libfs/fnc.libfs_lookup]
14 } +
15
16 ?open_node {
17 [/uspace/lib/libfs/fnc.libfs_open_node]
18 } +
19
20 ?read {
21 tentative {
22 ?ipc_m_data_read /* payload */
23 }
24 } +
25
26 ?write {
27 tentative {
28 ?ipc_m_data_write /* payload */
29 }
30 } +
31
32 ?stat {
33 [/uspace/lib/libfs/fnc.libfs_stat]
34 } +
35
36 ?truncate +
37 ?close +
38 ?destroy +
39 ?sync
40 )* ;
41 ?ipc_m_phone_hungup
42)* ;
43!vfs.ipc_m_phone_hungup
Note: See TracBrowser for help on using the repository browser.