Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer/
H A Dhammer_vnops.c1066 hammer_time_to_timespec(ip->ino_data.ctime, &vap->va_atime); in hammer_vop_getattr()
1067 hammer_time_to_timespec(ip->ino_data.ctime, &vap->va_mtime); in hammer_vop_getattr()
1069 hammer_time_to_timespec(ip->ino_data.atime, &vap->va_atime); in hammer_vop_getattr()
1070 hammer_time_to_timespec(ip->ino_data.mtime, &vap->va_mtime); in hammer_vop_getattr()
1072 hammer_time_to_timespec(ip->ino_data.ctime, &vap->va_ctime); in hammer_vop_getattr()
H A Dhammer_subs.c795 hammer_time_to_timespec(uint64_t xtime, struct timespec *ts) in hammer_time_to_timespec() function
H A Dhammer.h1064 void hammer_time_to_timespec(uint64_t xtime, struct timespec *ts);