Searched refs:isdirty (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h119 #define dirty(bp) (bp)->b_dirty = isdirty = 1
125 #define sbdirty() sblk.b_dirty = isdirty = 1
126 #define cgdirty() cgblk.b_dirty = isdirty = 1
186 int isdirty; /* 1 => write pending to file system */ variable
H A Dmain.c252 (void) printf("pass1 isdirty %d\n", isdirty);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h339 int isdirty; /* 1 => write pending to file system */ variable
H A Dutilities.c1120 if ((iscorrupt == 0) && (isdirty == 0))
1253 if ((!isdirty) && (flags_ok) &&
1279 if (!isdirty && !preen && !rerun &&
2322 isdirty = 1;
H A Dsetup.c1246 isdirty = 1;

Completed in 68 milliseconds