Searched refs:MNTOPT_NOLOGGING (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | mntent.h | 119 #define MNTOPT_NOLOGGING "nologging" /* disable logging */ macro
|
/titanic_44/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 455 if (eatmntopt(mnt, MNTOPT_NOLOGGING)) in mountfs() 547 (void) strcat(mnt->mnt_mntopts, MNTOPT_NOLOGGING); in mountfs() 671 rmopt(&omnt, MNTOPT_NOLOGGING); in fixopts()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 136 static char *logging_cancel[] = { MNTOPT_NOLOGGING, NULL }; 168 { MNTOPT_NOLOGGING, nologging_cancel, NULL,
|
H A D | lufs.c | 944 vfs_setmntopt(ufsvfsp->vfs_vfs, MNTOPT_NOLOGGING, NULL, 0); in lufs_disable()
|