Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/fs/ext2fs/
HDext2_vfsops.c156 fs->e2fs->e2fs_state |= E2FS_ISCLEAN; in ext2_mount()
194 if ((fs->e2fs->e2fs_state & E2FS_ISCLEAN) == 0 || in ext2_mount()
195 (fs->e2fs->e2fs_state & E2FS_ERRORS)) { in ext2_mount()
206 fs->e2fs->e2fs_state &= ~E2FS_ISCLEAN; in ext2_mount()
628 if ((es->e2fs_state & E2FS_ISCLEAN) == 0 || in ext2_mountfs()
629 (es->e2fs_state & E2FS_ERRORS)) { in ext2_mountfs()
688 fs->e2fs_wasvalid = fs->e2fs->e2fs_state & E2FS_ISCLEAN ? 1 : 0; in ext2_mountfs()
691 fs->e2fs->e2fs_state &= ~E2FS_ISCLEAN; /* set fs invalid */ in ext2_mountfs()
767 fs->e2fs->e2fs_state |= E2FS_ISCLEAN; in ext2_unmount()
HDext2fs.h62 uint16_t e2fs_state; /* file system state */ member