HomeSort by: relevance | last modified time | path
    Searched refs:MOUNT_FILECORE (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/mount_filecore/
mount_filecore.c 1 /* $NetBSD: mount_filecore.c,v 1.21 2020/07/26 08:20:22 mlelstv Exp $ */
34 * mount_filecore.c 1.1 1998/6/26
71 * mount_filecore.c 1.1 1998/6/26
106 int mount_filecore(int argc, char **argv);
113 return mount_filecore(argc, argv);
118 mount_filecore(int argc, char **argv) function in typeref:typename:int
183 if (mount(MOUNT_FILECORE, dir, mntflags, &args, sizeof args) == -1)
197 "usage: mount_filecore [-afnR] [-g gid] [-o options] [-u uid] special node\n");
  /src/sys/fs/filecorefs/
filecore_vfsops.c 108 .vfs_name = MOUNT_FILECORE,
201 if ((error = vfs_rootmountalloc(MOUNT_FILECORE, "root_device", &mp)) != 0)
390 mp->mnt_stat.f_fsidx.__fsid_val[1] = makefstype(MOUNT_FILECORE);
  /src/sys/sys/
mount.h 87 #define MOUNT_FILECORE "filecore" /* Acorn Filecore Filesystem */
  /src/sys/compat/linux/common/
linux_misc.c 164 { MOUNT_FILECORE, LINUX_DEFAULT_SUPER_MAGIC },

Completed in 15 milliseconds