Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c164 MO_DEFAULT|MO_TAG, NULL },
165 { "nest", NULL, NULL, MO_TAG,
167 { MNTOPT_BROWSE, browse_cancel, NULL, MO_TAG,
169 { MNTOPT_NOBROWSE, nobrowse_cancel, NULL, MO_TAG,
171 { MNTOPT_RESTRICT, NULL, NULL, MO_TAG,
/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h144 #define MO_TAG 0x10 /* flags a tag set by user program */ macro
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c166 { MNTOPT_LOGGING, logging_cancel, NULL, MO_TAG,
169 MO_NODISPLAY|MO_DEFAULT|MO_TAG, (void *)0 },
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c2474 mop->mo_flags = MO_TAG; in vfs_addtag()
2533 if ((mop->mo_flags & MO_TAG) == 0) { in vfs_settag()
2584 if ((mop->mo_flags & MO_TAG) == 0) { in vfs_clrtag()