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

  /src/sbin/mount_nilfs/
mount_nilfs.c 1 /* $NetBSD: mount_nilfs.c,v 1.4 2019/10/16 21:52:22 maya Exp $ */
32 __RCSID("$NetBSD: mount_nilfs.c,v 1.4 2019/10/16 21:52:22 maya Exp $");
58 #include "mount_nilfs.h"
93 return mount_nilfs(argc, argv);
155 mount_nilfs(int argc, char *argv[]) function in typeref:typename:int
164 if (mount(MOUNT_NILFS, canon_dir, mntflags, &args, sizeof args) == -1)
mount_nilfs.c 1 /* $NetBSD: mount_nilfs.c,v 1.4 2019/10/16 21:52:22 maya Exp $ */
32 __RCSID("$NetBSD: mount_nilfs.c,v 1.4 2019/10/16 21:52:22 maya Exp $");
58 #include "mount_nilfs.h"
93 return mount_nilfs(argc, argv);
155 mount_nilfs(int argc, char *argv[]) function in typeref:typename:int
164 if (mount(MOUNT_NILFS, canon_dir, mntflags, &args, sizeof args) == -1)
mount_nilfs.c 1 /* $NetBSD: mount_nilfs.c,v 1.4 2019/10/16 21:52:22 maya Exp $ */
32 __RCSID("$NetBSD: mount_nilfs.c,v 1.4 2019/10/16 21:52:22 maya Exp $");
58 #include "mount_nilfs.h"
93 return mount_nilfs(argc, argv);
155 mount_nilfs(int argc, char *argv[]) function in typeref:typename:int
164 if (mount(MOUNT_NILFS, canon_dir, mntflags, &args, sizeof args) == -1)

Completed in 36 milliseconds