Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c502 (fs->e2fs.e2fs_state & E2FS_ERRORS) == 0) { in ext2fs_mount()
525 fs->e2fs.e2fs_state = E2FS_ERRORS; in ext2fs_mount()
759 m_fs->e2fs.e2fs_state = E2FS_ERRORS; in ext2fs_mountfs()
840 (fs->e2fs.e2fs_state & E2FS_ERRORS) == 0) { in ext2fs_unmount()
H A Dext2fs.h414 #define E2FS_ERRORS 0x02 macro