mount_func
static int mount_func(int argc, char *argv[]);
{ CMD_MOUNT, "mount", NULL, mount_func },
if ((fsys_table[fsys_type].mount_func) ())
if ((*(fsys_table[fsys_type].mount_func)) () != 1)
int (*mount_func) (void);