OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isdirty
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/fsck_lfs/
setup.c
171
int i,
isdirty
;
local in function:setup
299
isdirty
= sup->su_flags & SEGUSE_DIRTY;
302
if (!
isdirty
)
segwrite.c
729
int curseg,
isdirty
, sn;
local in function:lfs_newseg
750
isdirty
= sup->su_flags & SEGUSE_DIRTY;
753
if (!
isdirty
)
/src/sys/ufs/lfs/
lfs_segment.c
1801
int sn, osn,
isdirty
;
local in function:lfs_rewind
1817
isdirty
= sup->su_flags & SEGUSE_DIRTY;
1820
if (!
isdirty
)
1978
int curseg,
isdirty
, sn, skip_inval;
local in function:lfs_newseg
2027
isdirty
= sup->su_flags & (SEGUSE_DIRTY | (skip_inval ? SEGUSE_INVAL : 0));
2029
if (
isdirty
&& sup->su_nbytes == 0 &&
2035
if (!
isdirty
)
Completed in 254 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025