OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEGUSE_ERROR
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_kclean.c
952
if (sup->su_flags &
SEGUSE_ERROR
) {
974
* cleaning did not work. Mark this segment
SEGUSE_ERROR
979
sup->su_flags |=
SEGUSE_ERROR
;
991
lfs_seguse_clrflag_all(fs,
SEGUSE_ERROR
);
lfs.h
538
#define
SEGUSE_ERROR
0x08 /* cleaner: do not clean segment */
lfs_syscalls.c
918
|
SEGUSE_ERROR
);
lfs_segment.c
1987
sup->su_flags &= ~(SEGUSE_EMPTY | SEGUSE_READY |
SEGUSE_ERROR
);
lfs_vfsops.c
1239
|
SEGUSE_ERROR
);
/src/libexec/lfs_cleanerd/
lfs_cleanerd.c
763
t->flags &= ~
SEGUSE_ERROR
; /* Strip error once empty */
768
if (t->flags &
SEGUSE_ERROR
) { /* No good if not already empty */
778
t->flags |=
SEGUSE_ERROR
;
1107
fs->clfs_segtab[i + j].flags &=
SEGUSE_ERROR
;
/src/usr.sbin/dumplfs/
dumplfs.c
112
if (sp->su_flags &
SEGUSE_ERROR
)
Completed in 24 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026