Home
last modified time | relevance | path

Searched refs:e2fs_state (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/fs/ext2fs/
HDext2_vfsops.c156 fs->e2fs->e2fs_state |= E2FS_ISCLEAN; in ext2_mount()
198 if ((fs->e2fs->e2fs_state & E2FS_ISCLEAN) == 0 || in ext2_mount()
199 (fs->e2fs->e2fs_state & E2FS_ERRORS)) { in ext2_mount()
210 fs->e2fs->e2fs_state &= ~E2FS_ISCLEAN; in ext2_mount()
573 if ((es->e2fs_state & E2FS_ISCLEAN) == 0 || in ext2_mountfs()
574 (es->e2fs_state & E2FS_ERRORS)) { in ext2_mountfs()
633 fs->e2fs_wasvalid = fs->e2fs->e2fs_state & E2FS_ISCLEAN ? 1 : 0; in ext2_mountfs()
636 fs->e2fs->e2fs_state &= ~E2FS_ISCLEAN; /* set fs invalid */ in ext2_mountfs()
714 fs->e2fs->e2fs_state |= E2FS_ISCLEAN; in ext2_unmount()
HDext2fs.h62 uint16_t e2fs_state; /* file system state */ member