Searched refs:IPUT_UPDATE_ATIME (Results 1 – 3 of 3) sorted by relevance
206 #define IPUT_UPDATE_ATIME ( 0x01U ) macro209 #define IPUT_UPDATE_MASK ( IPUT_UPDATE_ATIME | IPUT_UPDATE_MTIME | IPUT_UPDATE_CTIME )
1615 RedInodePut( &ino, ( ( ret == 0 ) && fUpdateAtime ) ? IPUT_UPDATE_ATIME : 0U ); in RedCoreFileRead()1929 … RedInodePut( &ino, ( ( ret == 0 ) && !gpRedVolume->fReadOnly ) ? IPUT_UPDATE_ATIME : 0U ); in RedCoreDirRead()
534 if( ( bTimeFields & IPUT_UPDATE_ATIME ) != 0U ) in RedInodePut()
Completed in 10 milliseconds