Searched refs:MNTOPT_LOGGING (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | mntent.h | 118 #define MNTOPT_LOGGING "logging" /* enable logging */ macro
|
/titanic_41/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 454 (void) eatmntopt(mnt, MNTOPT_LOGGING); in mountfs() 538 (void) strcat(mnt->mnt_mntopts, MNTOPT_LOGGING); in mountfs() 598 mtdesc.mtd_tag = MNTOPT_LOGGING; in mountfs() 670 rmopt(&omnt, MNTOPT_LOGGING); in fixopts()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 135 static char *nologging_cancel[] = { MNTOPT_LOGGING, NULL }; 164 { MNTOPT_LOGGING, logging_cancel, NULL, MO_TAG, 570 vfs_setmntopt(vfsp, MNTOPT_LOGGING, NULL, 0); in ufs_mountroot()
|
H A D | lufs.c | 1005 vfs_setmntopt(vfsp, MNTOPT_LOGGING, NULL, 0); in lufs_enable() 1211 vfs_setmntopt(vfsp, MNTOPT_LOGGING, NULL, 0); in lufs_enable()
|