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