Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h119 #define MNTOPT_NOLOGGING "nologging" /* disable logging */ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c455 if (eatmntopt(mnt, MNTOPT_NOLOGGING)) in mountfs()
547 (void) strcat(mnt->mnt_mntopts, MNTOPT_NOLOGGING); in mountfs()
671 rmopt(&omnt, MNTOPT_NOLOGGING); in fixopts()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c137 static char *logging_cancel[] = { MNTOPT_NOLOGGING, NULL };
169 { MNTOPT_NOLOGGING, nologging_cancel, NULL,
H A Dlufs.c944 vfs_setmntopt(ufsvfsp->vfs_vfs, MNTOPT_NOLOGGING, NULL, 0); in lufs_disable()