HomeSort by: relevance | last modified time | path
    Searched defs:mount_ext2fs (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/mount_ext2fs/
mount_ext2fs.c 1 /* $NetBSD: mount_ext2fs.c,v 1.23 2016/02/21 22:51:29 christos Exp $ */
42 __RCSID("$NetBSD: mount_ext2fs.c,v 1.23 2016/02/21 22:51:29 christos Exp $");
61 #include "mount_ext2fs.h"
85 return mount_ext2fs(argc, argv);
125 mount_ext2fs(int argc, char *argv[]) function in typeref:typename:int
135 if (mount(MOUNT_EXT2FS, fs_name, mntflags, &args, sizeof args) == -1) {

Completed in 19 milliseconds