OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e2fs_state
(Results
1 - 7
of
7
) sorted by relevancy
/src/sbin/fsck_ext2fs/
setup.c
185
printf("state = %d\n", sblock.e2fs.
e2fs_state
);
186
if (sblock.e2fs.
e2fs_state
== E2FS_ISCLEAN) {
382
asblk.b_un.b_fs->
e2fs_state
= sblk.b_un.b_fs->
e2fs_state
;
478
bp->b_un.b_fs->
e2fs_state
= h2fs16(sblock.e2fs.
e2fs_state
);
utilities.c
287
if (markclean && (sblock.e2fs.
e2fs_state
& E2FS_ISCLEAN) == 0) {
296
sblock.e2fs.
e2fs_state
= E2FS_ISCLEAN;
/src/sys/ufs/ext2fs/
ext2fs_vfsops.c
498
(fs->e2fs.
e2fs_state
& E2FS_ERRORS) == 0) {
499
fs->e2fs.
e2fs_state
= E2FS_ISCLEAN;
518
if (fs->e2fs.
e2fs_state
== E2FS_ISCLEAN)
519
fs->e2fs.
e2fs_state
= 0;
521
fs->e2fs.
e2fs_state
= E2FS_ERRORS;
535
if (fs->e2fs.
e2fs_state
== 0)
752
if (m_fs->e2fs.
e2fs_state
== E2FS_ISCLEAN)
753
m_fs->e2fs.
e2fs_state
= 0;
755
m_fs->e2fs.
e2fs_state
= E2FS_ERRORS;
836
(fs->e2fs.
e2fs_state
& E2FS_ERRORS) == 0)
[
all
...]
ext2fs_bswap.c
65
new->
e2fs_state
= bswap16(old->
e2fs_state
);
ext2fs.h
157
uint16_t
e2fs_state
; /* file system state */
member in struct:ext2fs
/src/sys/lib/libsa/
ext2fs.c
910
new->
e2fs_state
= bswap16(old->
e2fs_state
);
/src/sbin/newfs_ext2fs/
mke2fs.c
362
sblock.e2fs.
e2fs_state
= E2FS_ISCLEAN;
Completed in 18 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025