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_tmpfs
(Results
1 - 7
of
7
) sorted by relevancy
/src/sbin/mount_tmpfs/
mount_tmpfs.h
1
/* $NetBSD:
mount_tmpfs
.h,v 1.1 2008/08/05 20:57:45 pooka Exp $ */
33
int
mount_tmpfs
(int, char **);
Makefile
5
PROG=
mount_tmpfs
6
SRCS=
mount_tmpfs
.c fattr.c pathadj.c
7
MAN=
mount_tmpfs
.8
mount_tmpfs.c
2
/* $NetBSD:
mount_tmpfs
.c,v 1.29 2016/02/21 22:51:30 christos Exp $ */
36
__RCSID("$NetBSD:
mount_tmpfs
.c,v 1.29 2016/02/21 22:51:30 christos Exp $");
58
#include "
mount_tmpfs
.h"
238
mount_tmpfs
(int argc, char *argv[])
function
247
if (mount(
MOUNT_TMPFS
, canon_dir, mntflags, &args, sizeof args) == -1)
286
return
mount_tmpfs
(argc, argv);
/src/tests/fs/tmpfs/
t_mount.sh
31
# Also verifies command line parsing from
mount_tmpfs
.
121
mount_tmpfs
unused $(pwd)/mnt >out 2>&1
125
mount_tmpfs
unused mnt >out 2>&1
/src/sbin/
Makefile
122
SUBDIR+=
mount_tmpfs
/src/sys/rump/
listsrcdirs
129
lsrc usr /sbin/ mount_ext2fs mount_ffs mount_msdos
mount_tmpfs
/src/etc/
MAKEDEV.tmpl
2514
# and mount it. Attempts to use
mount_tmpfs
, or falls back to
2536
if
mount_tmpfs
-s $fs_bytes -n $ninode -m 0755 \
Completed in 20 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026