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

  /src/usr.sbin/puffs/rump_ntfs/
rump_ntfs.c 41 #include "mount_ntfs.h"
57 rv = p2k_run_diskfs(MOUNT_NTFS, canon_dev, part, canon_dir, mntflags,
  /src/sbin/mount_ntfs/
mount_ntfs.c 1 /* $NetBSD: mount_ntfs.c,v 1.22 2009/09/14 12:43:46 pooka Exp $ */
33 * Id: mount_ntfs.c,v 1.1.1.1 1999/02/03 03:51:19 semenu Exp
38 __RCSID("$NetBSD: mount_ntfs.c,v 1.22 2009/09/14 12:43:46 pooka Exp $");
58 #include "mount_ntfs.h"
74 return mount_ntfs(argc, argv);
148 mount_ntfs(int argc, char *argv[]) function in typeref:typename:int
157 if (mount(MOUNT_NTFS, canon_dir, mntflags, &args, sizeof args) == -1)
  /src/sys/fs/ntfs/
ntfs_vfsops.c 107 if ((error = vfs_rootmountalloc(MOUNT_NTFS, "root_device", &mp))) {
464 mp->mnt_stat.f_fsidx.__fsid_val[1] = makefstype(MOUNT_NTFS);
873 .vfs_name = MOUNT_NTFS,
  /src/sys/sys/
mount.h 88 #define MOUNT_NTFS "ntfs" /* Windows/NT Filesystem */
  /src/sys/compat/linux/common/
linux_misc.c 165 { MOUNT_NTFS, LINUX_DEFAULT_SUPER_MAGIC },

Completed in 14 milliseconds