Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c100 #define HOPT_NOVERS2 "novers2" macro
112 static char *vers2_cancel[] = { HOPT_NOVERS2, NULL };
129 { HOPT_NOVERS2, novers2_cancel, NULL, 0, NULL },
334 if (vfs_optionisset(vfsp, HOPT_NOVERS2, NULL)) in hsfs_mount()