Home
last modified time | relevance | path

Searched refs:UFSMNT_ONERROR_PANIC (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_mount.h53 #define UFSMNT_ONERROR_PANIC 0x00000020 /* forced system shutdown */ macro
58 #define UFSMNT_ONERROR_DEFAULT UFSMNT_ONERROR_PANIC
/titanic_50/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c114 { UFSMNT_ONERROR_PANIC_STR, UFSMNT_ONERROR_PANIC },
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c654 flags |= UFSMNT_ONERROR_PANIC; in remountfs()
1263 flags |= UFSMNT_ONERROR_PANIC; /* XXX ..._RDONLY */ in mountfs()
H A Dufs_lockfs.c1161 !(ufsvfsp->vfs_fsfx.fx_flags & (UFSMNT_ONERROR_PANIC >> 4))) in ufs__fiolfs()
H A Dufs_panic.c135 const int UFSFX_PANIC = (UFSMNT_ONERROR_PANIC >> 4);