Subversion Repositories HelenOS

Rev

Rev 2707 | Rev 2735 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2707 Rev 2734
Line 91... Line 91...
91
            vfs_mount(callid, &call);
91
            vfs_mount(callid, &call);
92
            break;
92
            break;
93
        case VFS_OPEN:
93
        case VFS_OPEN:
94
            vfs_open(callid, &call);
94
            vfs_open(callid, &call);
95
            break;
95
            break;
-
 
96
        case VFS_CLOSE:
-
 
97
            vfs_close(callid, &call);
-
 
98
            break;
96
        case VFS_READ:
99
        case VFS_READ:
97
            vfs_read(callid, &call);
100
            vfs_read(callid, &call);
98
            break;
101
            break;
99
        case VFS_WRITE:
102
        case VFS_WRITE:
100
            vfs_write(callid, &call);
103
            vfs_write(callid, &call);