Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/uspace/srv/fs/tmpfs/tmpfs.bp

    rf1380b7 r9d58539  
    88                        }
    99                } +
    10 
     10               
    1111                ?mount {
    1212                        [/uspace/lib/libfs/fnc.libfs_mount]
    1313                } +
    14 
     14               
    1515                ?lookup {
    1616                        [/uspace/lib/libfs/fnc.libfs_lookup]
    1717                } +
    18 
     18               
    1919                ?open_node {
    2020                        [/uspace/lib/libfs/fnc.libfs_open_node]
    2121                } +
    22 
     22               
    2323                ?read {
    2424                        tentative {
     
    2626                        }
    2727                } +
    28 
     28               
    2929                ?write {
    3030                        tentative {
     
    3232                        }
    3333                } +
    34 
     34               
    3535                ?stat {
    3636                        [/uspace/lib/libfs/fnc.libfs_stat]
    3737                } +
    38 
     38               
    3939                ?truncate +
    4040                ?close +
Note: See TracChangeset for help on using the changeset viewer.