Home
last modified time | relevance | path

Searched refs:fsmodified (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sbin/fsck_lfs/
H A Dutilities.c123 fsmodified = 1; in write_superblocks()
135 fsmodified = 1; in ckfini()
141 fsmodified = 1; in ckfini()
144 if (fsmodified && (preen || reply("UPDATE SUPERBLOCKS"))) { in ckfini()
148 if (markclean && fsmodified) { in ckfini()
H A Dvars.c57 int fsmodified; /* 1 => write done to file system */ variable
H A Dfsck_vars.h55 extern int fsmodified; /* 1 => write done to file system */
H A Dsetup.c204 fsmodified = 0; in setup()
322 fsmodified = 1; in setup()
H A Dmain.c322 if (!fsmodified) { in checkfilesys()
/netbsd-src/sbin/fsck_ext2fs/
H A Dmain.c112 int fsmodified; variable
340 if (fsmodified) { in checkfilesys()
351 if (!fsmodified) in checkfilesys()
H A Dfsck.h200 extern int fsmodified; /* 1 => write done to file system */
H A Dutilities.c358 fsmodified = 1; in bwrite()
H A Dsetup.c144 fsmodified = 0; in setup()
/netbsd-src/sbin/fsck_ffs/
H A Dmain.c116 int fsmodified; variable
532 if (fsmodified) { in checkfilesys()
567 if (!fsmodified) in checkfilesys()
H A Dfsck.h295 extern int fsmodified; /* 1 => write done to file system */
H A Dutilities.c391 fsmodified = 1; in bwrite()
H A Dsetup.c126 fsmodified = 0; in setup()
/netbsd-src/sbin/fsdb/
H A Dfsdb.h36 extern int fsmodified;
H A Dfsdb.c109 int fsmodified; variable