Searched refs:mount_func (Results 1 – 3 of 3) sorted by relevance
172 int (*mount_func) (void); member
435 if ((fsys_table[fsys_type].mount_func) ()) in attempt_mount()442 if ((*(fsys_table[fsys_type].mount_func)) () != 1) in attempt_mount()
164 static int mount_func(int argc, char *argv[]);193 { CMD_MOUNT, "mount", NULL, mount_func },5104 mount_func(int argc, char *argv[]) in mount_func() function