Home
last modified time | relevance | path

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

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