Ignore:
File:
1 edited

Legend:

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

    rf1380b7 rf73b291  
    1010                        }
    1111                } +
    12 
     12               
    1313                ?mount {
    1414                        [/uspace/lib/libfs/fnc.libfs_mount]
    1515                } +
    16 
     16               
    1717                ?lookup {
    1818                        [/uspace/lib/libfs/fnc.libfs_lookup]
    1919                } +
    20 
     20               
    2121                ?open_node {
    2222                        [/uspace/lib/libfs/fnc.libfs_open_node]
    2323                } +
    24 
     24               
    2525                ?read {
    2626                        tentative {
     
    2828                        }
    2929                } +
    30 
     30               
    3131                ?write {
    3232                        tentative {
     
    3434                        }
    3535                } +
    36 
     36               
    3737                ?stat {
    3838                        [/uspace/lib/libfs/fnc.libfs_stat]
    3939                } +
    40 
     40               
    4141                ?truncate +
    4242                ?close +
Note: See TracChangeset for help on using the changeset viewer.