Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c650 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0) { in pcfs_getattr()
681 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0) { in pcfs_getattr()
804 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0 && in pcfs_setattr()
832 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0 && in pcfs_setattr()
H A Dpc_vfsops.c568 fsp->pcfs_flags |= PCFS_NOCLAMPTIME; in pcfs_parse_mntopts()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h449 #define PCFS_NOCLAMPTIME 0x40000 /* expose full FAT timestamp range */ macro