Home
last modified time | relevance | path

Searched refs:UFSMNT_ONERROR_FLGMASK (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_mount.h56 #define UFSMNT_ONERROR_FLGMASK 0x000000E0 macro
/titanic_50/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c513 if ((args.flags & UFSMNT_ONERROR_FLGMASK) == 0) in mountfs()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c650 if (!(flags & UFSMNT_ONERROR_FLGMASK) && in remountfs()
1262 if (isroot && !(flags & UFSMNT_ONERROR_FLGMASK)) in mountfs()
H A Dufs_panic.c838 ufsvfsp->vfs_fsfx.fx_flags = (flags & UFSMNT_ONERROR_FLGMASK) >> 4; in ufsfx_mount()
858 (UFSMNT_ONERROR_FLGMASK >> 4)); in ufsfx_mount()