Searched refs:HOPT_JOLIET (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 95 #define HOPT_JOLIET "joliet" macro 110 static char *nojoliet_cancel[] = { HOPT_JOLIET, NULL }; 124 { HOPT_JOLIET, joliet_cancel, NULL, 0, NULL }, 772 (vfs_optionisset(vfsp, HOPT_JOLIET, NULL) && has_joliet) || in hs_mountfs() 776 (vfs_optionisset(vfsp, HOPT_JOLIET, NULL) && has_joliet); in hs_mountfs() 858 vfs_clearmntopt(vfsp, HOPT_JOLIET); in hs_mountfs() 873 vfs_clearmntopt(vfsp, HOPT_JOLIET); in hs_mountfs() 886 vfs_clearmntopt(vfsp, HOPT_JOLIET); in hs_mountfs() 900 vfs_setmntopt(vfsp, HOPT_JOLIET, NULL, 0); in hs_mountfs()
|