2 /* This file contains the table used to map system call numbers onto the
3 * routines that perform them.
6 #include <minix/libminixfs.h>
15 int (*fs_call_vec
[])(void) = {
16 no_sys
, /* 0 not used */
17 no_sys
, /* 1 */ /* Was: fs_getnode */
27 fs_breadwrite
, /* 11 */
28 fs_breadwrite
, /* 12 */
33 fs_new_driver
, /* 17 */
35 fs_readwrite
, /* 19 */
36 fs_readwrite
, /* 20 */
43 fs_mountpoint
, /* 27 */
44 fs_readsuper
, /* 28 */
45 no_sys
, /* 29 */ /* Was: fs_newnode */
49 fs_readwrite
, /* 33 */