2 /* This file contains the table used to map system call numbers onto the
3 * routines that perform them.
10 PUBLIC
_PROTOTYPE (int (*fs_call_vec
[]), (void) ) = {
11 no_sys
, /* 0: not used */
14 no_sys
, /* 3: not used */
15 no_sys
, /* 8: not used */
16 no_sys
, /* 9: not used */
17 no_sys
, /* 10: not used */
18 no_sys
, /* 14: not used */
20 no_sys
, /* 19: not used */
23 no_sys
, /* 23: not used */
24 no_sys
, /* 24: not used */
25 no_sys
, /* 29: not used */
28 fs_new_driver
, /* 37 */
29 no_sys
, /* 41: not_used */
31 no_sys
, /* 43: not used */
32 no_sys
, /* 44: not used */
33 no_sys
, /* 45: not used */
34 no_sys
, /* 46: not used */
35 no_sys
, /* 47: not used */
36 no_sys
, /* 48: not used */
38 fs_mountpoint
, /* 50 */
39 fs_readsuper
, /* 51 */
40 no_sys
, /* 52: not used */
41 no_sys
, /* 53: not used */