Home
last modified time | relevance | path

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

/src/sbin/fsck_ffs/ !
H A Dmain.c369 ofsmodified = fsmodified; in checkfilesys()
371 fsmodified = ofsmodified; in checkfilesys()
534 if (fsmodified) { in checkfilesys()
543 fsmodified = 1; in checkfilesys()
555 if (fsmodified && !preen) in checkfilesys()
564 if (!fsmodified) in checkfilesys()
H A Dglobs.c87 int fsmodified; /* 1 => write done to file system */ variable
144 fsmodified = 0; in fsckinit()
H A Dfsutil.c468 fsmodified = 1; in flush()
478 fsmodified = 1; in flush()
746 ofsmodified = fsmodified; in ckfini()
748 fsmodified = ofsmodified; in ckfini()
922 fsmodified = 1; in blwrite()
H A Dsetup.c493 fsmodified = 0; in sblock_init()
H A Dfsck.h353 extern int fsmodified; /* 1 => write done to file system */
/src/sbin/fsdb/ !
H A Dfsdb.h39 extern int fsmodified;