Searched refs:MO_HASVALUE (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | vfs.h | 141 #define MO_HASVALUE 0x04 /* option takes a value */ macro
|
/titanic_44/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 93 { "size", NULL, "0", MO_HASVALUE, NULL}
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | vfs.c | 272 if (mntopts[i].mo_flags & MO_HASVALUE) { in fsinfo()
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 121 { MNTOPT_PCFS_TIMEZONE, NULL, "+0", MO_DEFAULT | MO_HASVALUE, NULL }, 122 { MNTOPT_PCFS_SECSIZE, NULL, NULL, MO_HASVALUE, NULL }
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vfs.c | 2402 mop->mo_flags = MO_HASVALUE; in vfs_setmntopt_nolock() 2410 if (arg != NULL && (mop->mo_flags & MO_HASVALUE) != 0) { in vfs_setmntopt_nolock() 2694 if (argp != NULL && (mop->mo_flags & MO_HASVALUE) != 0) in vfs_optionisset_nolock()
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 131 { "sector", NULL, "0", MO_HASVALUE, NULL},
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 187 MO_DEFAULT|MO_HASVALUE, (void *)0 },
|