Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h476 #define MNTOPT_PCFS_NOCLAMPTIME "noclamptime" macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c107 static char *clamptime_cancel[] = { MNTOPT_PCFS_NOCLAMPTIME, NULL };
121 { MNTOPT_PCFS_NOCLAMPTIME, noclamptime_cancel, NULL, 0, NULL },
564 if (vfs_optionisset(vfsp, MNTOPT_PCFS_NOCLAMPTIME, NULL)) in pcfs_parse_mntopts()