do_mount
if (do_mount())
do_mount(special, mountp, flags);
static void do_mount(char *, char *, int);
do_mount(special, mountp, flags);
static void do_mount(char *, char *, int);
do_mount(special, mountp, roflag ? MS_RDONLY : 0);
static void do_mount(char *, char *, int);
{ do_mount, "mount", "{share} [optstr]" },
do_mount(special, mountp, flags);
static void do_mount(char *, char *, int);
do_mount(p, (f? f : NULL), (S? *S : NULL));
do_mount(),