OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
164
if (mount(
MOUNT_NILFS
, canon_dir, mntflags, &args, sizeof args) == -1)
/src/sys/sys/
mount.h
98
#define
MOUNT_NILFS
"nilfs" /* NTT's NiLFS(2) logging file system */
/src/sys/fs/nilfs/
nilfs_vfsops.c
166
.vfs_name =
MOUNT_NILFS
,
718
DPRINTF(VOLUMES, ("
mount_nilfs
: trying to mount checkpoint number "
733
DPRINTF(VOLUMES, ("
mount_nilfs
: checkpoint header read in\n"));
751
printf("
mount_nilfs
: couldn't read cp block %"PRIu64"\n",
759
printf("
mount_nilfs
: checkpoint marked invalid\n");
766
printf("
mount_nilfs
: checkpoint file corrupt? "
778
printf( "
mount_nilfs
: checkpoint %"PRIu64" is not a "
792
printf("
mount_nilfs
: can't read ifile node\n");
864
printf("
mount_nilfs
: unrecognized argument structure version\n");
900
mp->mnt_stat.f_fsidx.__fsid_val[1] = makefstype(
MOUNT_NILFS
);
[
all
...]
Completed in 16 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026