Searched refs:HOPT_VERS2 (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 98 #define HOPT_VERS2 "vers2" macro 112 static char *novers2_cancel[] = { HOPT_VERS2, NULL }; 127 { HOPT_VERS2, vers2_cancel, NULL, 0, NULL }, 773 (vfs_optionisset(vfsp, HOPT_VERS2, NULL) && has_vers2); in hs_mountfs() 857 vfs_clearmntopt(vfsp, HOPT_VERS2); in hs_mountfs() 872 vfs_clearmntopt(vfsp, HOPT_VERS2); in hs_mountfs() 884 vfs_setmntopt(vfsp, HOPT_VERS2, NULL, 0); in hs_mountfs() 902 vfs_clearmntopt(vfsp, HOPT_VERS2); in hs_mountfs()
|