OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mount_tmpfs
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/am-utils/dist/amd/
ops_tmpfs.c
104
mount_tmpfs
(char *mntdir, char *fs_name, char *opts, int on_autofs)
function
176
error =
mount_tmpfs
(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs);
179
plog(XLOG_ERROR, "
mount_tmpfs
: %m");
/src/sbin/mount_tmpfs/
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/external/bsd/kyua-testers/dist/
fs_test.c
174
mount_tmpfs
(const char* mount_point)
function
307
mount_tmpfs
("root/dir1");
323
mount_tmpfs
("root/dir1");
324
mount_tmpfs
("root/dir1");
341
mount_tmpfs
("root/dir1/dir2");
342
mount_tmpfs
("root/dir3");
344
mount_tmpfs
("root/dir1/dir2/dir4");
361
mount_tmpfs
("root/dir1");
377
mount_tmpfs
("root/dir1");
524
mount_tmpfs
("mount_point")
[
all
...]
Completed in 19 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026