OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FS_WASCLEAN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/ffs/
ffs_vfsops.c
652
fs->fs_clean &
FS_WASCLEAN
) {
708
fs->fs_clean == FS_ISCLEAN ?
FS_WASCLEAN
: 0;
727
fs->fs_clean =
FS_WASCLEAN
;
765
(!fs->fs_ronly && (fs->fs_clean &
FS_WASCLEAN
) == 0)) {
776
if (fs->fs_clean &
FS_WASCLEAN
)
1348
fs->fs_clean =
FS_WASCLEAN
;
1421
* wapbl normally expects to be
FS_WASCLEAN
when the FS_DOWAPBL
1426
(fs->fs_clean & (
FS_WASCLEAN
| FS_ISCLEAN)) == 0) {
1465
if (!((fs->fs_flags & FS_DOWAPBL) && (fs->fs_clean &
FS_WASCLEAN
))) {
1468
fs->fs_clean == FS_ISCLEAN ?
FS_WASCLEAN
: 0
[
all
...]
fs.h
413
#define
FS_WASCLEAN
0x02
Completed in 14 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025