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

/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dsetup.c173 int i, isdirty; local
298 isdirty = sup->su_flags & SEGUSE_DIRTY;
301 if (!isdirty)
H A Dsegwrite.c693 int curseg, isdirty, sn; local
715 isdirty = sup->su_flags & SEGUSE_DIRTY;
718 if (!isdirty)
/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_segment.c1708 int sn, osn, isdirty; local
1724 isdirty = sup->su_flags & SEGUSE_DIRTY;
1727 if (!isdirty)
1880 int curseg, isdirty, sn, skip_inval; local
1930 isdirty = sup->su_flags & (SEGUSE_DIRTY | (skip_inval ? SEGUSE_INVAL : 0));
1932 if (isdirty && sup->su_nbytes == 0 &&
1938 if (!isdirty)

Completed in 138 milliseconds