Searched refs:remote_ctime (Results 1 – 5 of 5) sorted by relevance
675 __field(uint64_t, remote_ctime)695 __entry->remote_ctime = open_ret->remote_ctime.tv_sec;696 __entry->remote_ctime_nsec = open_ret->remote_ctime.tv_nsec;702 __entry->local_ctime = info->remote_ctime.tv_sec;703 __entry->local_ctime_nsec = info->remote_ctime.tv_nsec;712 __entry->local_ino, __entry->remote_ctime,
85 hmdfs_time_compare(&info->remote_ctime, &open_ret->remote_ctime)) { in hmdfs_open_final_remote()137 inode->i_ctime = open_ret->remote_ctime; in hmdfs_open_final_remote()138 info->remote_ctime = open_ret->remote_ctime; in hmdfs_open_final_remote()416 info->remote_ctime = getattr_ret->stat.ctime; in hmdfs_remote_keep_writecache()
103 struct hmdfs_time_t remote_ctime; member
19 struct hmdfs_time_t remote_ctime; member
66 open_ret->remote_ctime.tv_sec = le64_to_cpu(resp->ctime); in hmdfs_send_open()67 open_ret->remote_ctime.tv_nsec = le32_to_cpu(resp->ctime_nsec); in hmdfs_send_open()