Searched refs:MO_TAG (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/fs/autofs/ |
H A D | auto_vfsops.c | 164 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 D | vfs.h | 144 #define MO_TAG 0x10 /* flags a tag set by user program */ macro
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 166 { 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 D | vfs.c | 2474 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()
|