2 /* This file contains the table used to map system call numbers onto the
3 * routines that perform them.
13 int (*fs_call_vec
[])(void) = {
14 no_sys
, /* 0 not used */
15 no_sys
, /* 1 */ /* Was: fs_getnode */
25 fs_breadwrite
, /* 11 */
26 fs_breadwrite
, /* 12 */
31 fs_new_driver
, /* 17 */
33 fs_readwrite
, /* 19 */
34 fs_readwrite
, /* 20 */
41 fs_mountpoint
, /* 27 */
42 fs_readsuper
, /* 28 */
43 no_sys
, /* 29 */ /* Was: fs_newnode */