Searched refs:access_time (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h132 uint16 access_time; member in struct:exfat_entry::__anon1374::__anon1378
142 { return B_LENDIAN_TO_HOST_INT16(access_time); }
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h290 btrfs_timespec access_time; member in struct:btrfs_inode
308 { _DecodeTime(timespec, access_time); }
H A DInode.cpp151 btrfs_inode::SetTime(inode.access_time, timespec);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h442 uint32 access_time; member in struct:ext2_inode
512 { _DecodeTime(timespec, access_time, access_time_extra, extra); }
543 access_time = B_HOST_TO_LENDIAN_INT32((uint32)timespec->tv_sec);

Completed in 168 milliseconds