2 /* This file contains the table used to map system call numbers onto the
3 * routines that perform them.
10 int (*fs_call_vec
[])(void) = {
11 no_sys
, /* 0: not used */
12 no_sys
, /* 1: not used */
14 no_sys
, /* 3: not used */
15 no_sys
, /* 4: not used */
16 no_sys
, /* 5: not used */
17 no_sys
, /* 6: not used */
20 no_sys
, /* 9: not used */
23 no_sys
, /* 12: not used */
24 no_sys
, /* 13: not used */
25 no_sys
, /* 14: not used */
28 fs_new_driver
, /* 17 */
29 no_sys
, /* 18: not_used */
31 no_sys
, /* 20: not used */
32 no_sys
, /* 21: not used */
33 no_sys
, /* 22: not used */
34 no_sys
, /* 23: not used */
35 no_sys
, /* 24: not used */
36 no_sys
, /* 25: not used */
38 fs_mountpoint
, /* 27 */
39 fs_readsuper
, /* 28 */
40 no_sys
, /* 29: not used */
41 no_sys
, /* 30: not used */