Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/fsck_ffs/
H A Dmain.c382 ofsmodified = fsmodified; in checkfilesys()
384 fsmodified = ofsmodified; in checkfilesys()
547 if (fsmodified) { in checkfilesys()
556 fsmodified = 1; in checkfilesys()
568 if (fsmodified && !preen) in checkfilesys()
577 if (!fsmodified) in checkfilesys()
H A Dglobs.c99 int fsmodified; /* 1 => write done to file system */ variable
156 fsmodified = 0; in fsckinit()
H A Dfsutil.c475 fsmodified = 1; in flush()
485 fsmodified = 1; in flush()
753 ofsmodified = fsmodified; in ckfini()
755 fsmodified = ofsmodified; in ckfini()
929 fsmodified = 1; in blwrite()
H A Dfsck.h358 extern int fsmodified; /* 1 => write done to file system */
H A Dsetup.c501 fsmodified = 0; in sblock_init()
/freebsd-14.2/sbin/fsdb/
H A Dfsdb.h39 extern int fsmodified;