Searched refs:PCFS_NOCLAMPTIME (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h449 #define PCFS_NOCLAMPTIME 0x40000 /* expose full FAT timestamp range */ macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c649 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0) {
680 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0) {
803 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0 &&
831 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0 &&
H A Dpc_vfsops.c562 fsp->pcfs_flags |= PCFS_NOCLAMPTIME;

Completed in 54 milliseconds