Searched refs:MO_DEFAULT (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 100 { MNTOPT_INTR, intr_cancel, NULL, MO_DEFAULT, 0 }, 102 { MNTOPT_ACL, acl_cancel, NULL, MO_DEFAULT, 0 }, 104 { MNTOPT_XATTR, xattr_cancel, NULL, MO_DEFAULT, 0 },
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 150 { MNTOPT_INTR, intr_cancel, NULL, MO_DEFAULT, 162 { MNTOPT_LARGEFILES, largefiles_cancel, NULL, MO_DEFAULT, 169 MO_NODISPLAY|MO_DEFAULT|MO_TAG, (void *)0 }, 173 MO_NODISPLAY|MO_DEFAULT, (void *)0 }, 176 { MNTOPT_XATTR, xattr_cancel, NULL, MO_DEFAULT, 185 MO_NODISPLAY|MO_DEFAULT, (void *)UFSMNT_NODFRATIME }, 187 MO_DEFAULT|MO_HASVALUE, (void *)0 },
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 118 { HOPT_NOGLOBAL, noglobal_cancel, NULL, MO_DEFAULT, NULL }, 119 { HOPT_MAPLCASE, mapl_cancel, NULL, MO_DEFAULT, NULL }, 121 { HOPT_RO, ro_cancel, NULL, MO_DEFAULT, NULL }, 122 { HOPT_RR, rr_cancel, NULL, MO_DEFAULT, NULL }, 129 { HOPT_TRAILDOT, trail_cancel, NULL, MO_DEFAULT, NULL },
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vfs.h | 143 #define MO_DEFAULT MO_SET /* option is on by default */ macro
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 114 { MNTOPT_PCFS_HIDDEN, hidden_cancel, NULL, MO_DEFAULT, NULL }, 115 { MNTOPT_PCFS_NOFOLDCASE, nofoldcase_cancel, NULL, MO_DEFAULT, NULL }, 117 { MNTOPT_PCFS_CLAMPTIME, clamptime_cancel, NULL, MO_DEFAULT, NULL }, 121 { MNTOPT_PCFS_TIMEZONE, NULL, "+0", MO_DEFAULT | MO_HASVALUE, NULL },
|
/titanic_44/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 534 { MNTOPT_RW, rw_cancel, NULL, MO_DEFAULT,
|
/titanic_44/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 91 { MNTOPT_XATTR, xattr_cancel, NULL, MO_DEFAULT, NULL},
|
/titanic_44/usr/src/uts/common/fs/autofs/ |
H A D | auto_vfsops.c | 164 MO_DEFAULT|MO_TAG, NULL },
|