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

  /src/sbin/mount_lfs/
mount_lfs.c 1 /* $NetBSD: mount_lfs.c,v 1.39 2016/02/21 22:51:29 christos Exp $ */
40 static char sccsid[] = "@(#)mount_lfs.c 8.4 (Berkeley) 4/26/95";
42 __RCSID("$NetBSD: mount_lfs.c,v 1.39 2016/02/21 22:51:29 christos Exp $");
64 #include "mount_lfs.h"
92 return mount_lfs(argc, argv);
151 mount_lfs(int argc, char *argv[]) function in typeref:typename:int
179 if (mount(MOUNT_LFS, fs_name, mntflags, &args, sizeof args) == -1) {
mount_lfs.c 1 /* $NetBSD: mount_lfs.c,v 1.39 2016/02/21 22:51:29 christos Exp $ */
40 static char sccsid[] = "@(#)mount_lfs.c 8.4 (Berkeley) 4/26/95";
42 __RCSID("$NetBSD: mount_lfs.c,v 1.39 2016/02/21 22:51:29 christos Exp $");
64 #include "mount_lfs.h"
92 return mount_lfs(argc, argv);
151 mount_lfs(int argc, char *argv[]) function in typeref:typename:int
179 if (mount(MOUNT_LFS, fs_name, mntflags, &args, sizeof args) == -1) {

Completed in 20 milliseconds