Searched refs:PCFS_NOCLAMPTIME (Results 1 – 3 of 3) sorted by relevance
649 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()
562 fsp->pcfs_flags |= PCFS_NOCLAMPTIME; in pcfs_parse_mntopts()
449 #define PCFS_NOCLAMPTIME 0x40000 /* expose full FAT timestamp range */ macro