Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c55 static char *pcfs_opts[] = { MNTOPT_PCFS_TIMEZONE, NULL };
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h477 #define MNTOPT_PCFS_TIMEZONE "timezone" macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c124 { MNTOPT_PCFS_TIMEZONE, NULL, "+0", MO_DEFAULT | MO_HASVALUE, NULL },
569 if (vfs_optionisset(vfsp, MNTOPT_PCFS_TIMEZONE, &c)) { in pcfs_parse_mntopts()