Subversion Repositories HelenOS

Rev

Rev 4584 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4584 Rev 4585
Line 123... Line 123...
123
            tmpfs_destroy(callid, &call);
123
            tmpfs_destroy(callid, &call);
124
            break;
124
            break;
125
        case VFS_OUT_OPEN_NODE:
125
        case VFS_OUT_OPEN_NODE:
126
            tmpfs_open_node(callid, &call);
126
            tmpfs_open_node(callid, &call);
127
            break;
127
            break;
128
        case VFS_OUT_DEVICE:
128
        case VFS_OUT_STAT:
129
            tmpfs_device(callid, &call);
129
            tmpfs_stat(callid, &call);
130
            break;
130
            break;
131
        case VFS_OUT_SYNC:
131
        case VFS_OUT_SYNC:
132
            tmpfs_sync(callid, &call);
132
            tmpfs_sync(callid, &call);
133
            break;
133
            break;
134
        default:
134
        default: