OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mount_v7fs
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/mount_v7fs/
Makefile
5
PROG=
mount_v7fs
6
SRCS=
mount_v7fs
.c fattr.c pathadj.c
7
MAN=
mount_v7fs
.8
mount_v7fs.h
1
/* $NetBSD:
mount_v7fs
.h,v 1.1 2011/06/27 11:52:58 uch Exp $ */
34
int
mount_v7fs
(int, char **);
mount_v7fs.c
1
/* $NetBSD:
mount_v7fs
.c,v 1.2 2025/12/24 15:10:09 nia Exp $ */
62
__RCSID("$NetBSD:
mount_v7fs
.c,v 1.2 2025/12/24 15:10:09 nia Exp $");
80
#include "
mount_v7fs
.h"
96
return
mount_v7fs
(argc, argv);
101
mount_v7fs
(int argc, char *argv[])
function
111
if (mount(
MOUNT_V7FS
, canon_dir, mntflags, &args, sizeof args) == -1) {
/src/sbin/
Makefile
138
SUBDIR+= newfs_v7fs fsck_v7fs
mount_v7fs
Completed in 16 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026