OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mount_overlay
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/mount_overlay/
Makefile
6
PROG=
mount_overlay
7
SRCS=
mount_overlay
.c pathadj.c
8
MAN=
mount_overlay
.8
mount_overlay.c
1
/* $NetBSD:
mount_overlay
.c,v 1.14 2020/07/26 08:20:22 mlelstv Exp $ */
45
__RCSID("$NetBSD:
mount_overlay
.c,v 1.14 2020/07/26 08:20:22 mlelstv Exp $");
69
int
mount_overlay
(int argc, char **argv);
76
return
mount_overlay
(argc, argv);
81
mount_overlay
(int argc, char *argv[])
function in typeref:typename:int
112
if (mount(
MOUNT_OVERLAY
, canon_dir, mntflags, &args, sizeof args) == -1)
121
"usage:
mount_overlay
[-o options] /overlay mount_point\n");
/src/sbin/
Makefile
50
SUBDIR+=
mount_overlay
Completed in 167 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025