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

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since f1380b7 was f1380b7, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 7 years ago

style: Remove trailing whitespace on _all_ lines, including empty ones, remaining files.

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