Lines Matching refs:e2fs_state
502 (fs->e2fs.e2fs_state & E2FS_ERRORS) == 0) {
503 fs->e2fs.e2fs_state = E2FS_ISCLEAN;
522 if (fs->e2fs.e2fs_state == E2FS_ISCLEAN)
523 fs->e2fs.e2fs_state = 0;
525 fs->e2fs.e2fs_state = E2FS_ERRORS;
539 if (fs->e2fs.e2fs_state == 0)
756 if (m_fs->e2fs.e2fs_state == E2FS_ISCLEAN)
757 m_fs->e2fs.e2fs_state = 0;
759 m_fs->e2fs.e2fs_state = E2FS_ERRORS;
840 (fs->e2fs.e2fs_state & E2FS_ERRORS) == 0) {
841 fs->e2fs.e2fs_state = E2FS_ISCLEAN;