HomeSort by: relevance | last modified time | path
    Searched refs:mount_tmpfs (Results 1 - 9 of 9) 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/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...]
  /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/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/
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