Home
last modified time | relevance | path

Searched refs:UFSMNT_LOGGING (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_mount.h64 #define UFSMNT_LOGGING 0x00000800 /* enable logging */ macro
/titanic_41/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c453 args.flags |= UFSMNT_LOGGING; /* default is logging */ in mountfs()
456 args.flags &= ~UFSMNT_LOGGING; in mountfs()
539 args.flags |= UFSMNT_LOGGING; in mountfs()
548 args.flags &= ~UFSMNT_LOGGING; in mountfs()
574 if (args.flags & UFSMNT_LOGGING) in mountfs()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c165 (void *)UFSMNT_LOGGING },