Home
last modified time | relevance | path

Searched defs:srvflags (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/lib/libc/sys/
H A Dmount.c31 int minix_mount(char *special, char *name, int mountflags, int srvflags, in minix_mount()
169 int minix_umount(const char *name, int srvflags) in minix_umount()
/minix3/minix/commands/mount/
H A Dmount.c27 int all = 0, i, v = 0, mountflags, srvflags; local