1 /* This file contains the table used to map system call numbers onto the
2 * routines that perform them.
5 * February 2010 (Evgeniy Ivanov)
12 int (*fs_call_vec
[])(void) = {
13 no_sys
, /* 0 not used */
14 no_sys
, /* 1 */ /* Was: fs_getnode */
24 fs_breadwrite
, /* 11 */
25 fs_breadwrite
, /* 12 */
30 fs_new_driver
, /* 17 */
32 fs_readwrite
, /* 19 */
33 fs_readwrite
, /* 20 */
40 fs_mountpoint
, /* 27 */
41 fs_readsuper
, /* 28 */
42 no_sys
, /* 29 */ /* Was: fs_newnode */