Searched refs:HOPT_JOLIET (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 96 #define HOPT_JOLIET "joliet" macro 111 static char *nojoliet_cancel[] = { HOPT_JOLIET, NULL }; 125 { HOPT_JOLIET, joliet_cancel, NULL, 0, NULL }, 773 (vfs_optionisset(vfsp, HOPT_JOLIET, NULL) && has_joliet) || in hs_mountfs() 777 (vfs_optionisset(vfsp, HOPT_JOLIET, NULL) && has_joliet); in hs_mountfs() 859 vfs_clearmntopt(vfsp, HOPT_JOLIET); in hs_mountfs() 874 vfs_clearmntopt(vfsp, HOPT_JOLIET); in hs_mountfs() 887 vfs_clearmntopt(vfsp, HOPT_JOLIET); in hs_mountfs() 901 vfs_setmntopt(vfsp, HOPT_JOLIET, NULL, 0); in hs_mountfs()
|