2 /* This file contains the table used to map VFS/FS call numbers onto the
3 * routines that perform them.
12 /* File System Handlers (pfs) */
13 int (*fs_call_vec
[])(message
*fs_m_in
, message
*fs_m_out
) = {
14 no_sys
, /* 0 not used */
33 fs_readwrite
, /* 19 */
34 fs_readwrite
, /* 20 */