Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_ext2fs/
H A Dsetup.c185 printf("state = %d\n", sblock.e2fs.e2fs_state); in setup()
186 if (sblock.e2fs.e2fs_state == E2FS_ISCLEAN) { in setup()
382 asblk.b_un.b_fs->e2fs_state = sblk.b_un.b_fs->e2fs_state; in readsb()
478 bp->b_un.b_fs->e2fs_state = h2fs16(sblock.e2fs.e2fs_state); in copyback_sb()
H A Dutilities.c287 if (markclean && (sblock.e2fs.e2fs_state & E2FS_ISCLEAN) == 0) { in ckfini()
296 sblock.e2fs.e2fs_state = E2FS_ISCLEAN; in ckfini()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c502 (fs->e2fs.e2fs_state & E2FS_ERRORS) == 0) { in ext2fs_mount()
503 fs->e2fs.e2fs_state = E2FS_ISCLEAN; in ext2fs_mount()
522 if (fs->e2fs.e2fs_state == E2FS_ISCLEAN) in ext2fs_mount()
523 fs->e2fs.e2fs_state = 0; in ext2fs_mount()
525 fs->e2fs.e2fs_state = E2FS_ERRORS; in ext2fs_mount()
539 if (fs->e2fs.e2fs_state == 0) in ext2fs_mount()
756 if (m_fs->e2fs.e2fs_state == E2FS_ISCLEAN) in ext2fs_mountfs()
757 m_fs->e2fs.e2fs_state = 0; in ext2fs_mountfs()
759 m_fs->e2fs.e2fs_state = E2FS_ERRORS; in ext2fs_mountfs()
840 (fs->e2fs.e2fs_state in ext2fs_unmount()
[all...]
H A Dext2fs_bswap.c65 new->e2fs_state = bswap16(old->e2fs_state); in e2fs_sb_bswap()
H A Dext2fs.h157 uint16_t e2fs_state; /* file system state */ member
/netbsd-src/sys/lib/libsa/
H A Dext2fs.c910 new->e2fs_state = bswap16(old->e2fs_state); in e2fs_sb_bswap()
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c362 sblock.e2fs.e2fs_state = E2FS_ISCLEAN; in mke2fs()