Home
last modified time | relevance | path

Searched refs:remote_ctime (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dfile_remote.c85 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()
H A Dhmdfs_trace.h737 __field(uint64_t, remote_ctime)
757 __entry->remote_ctime = open_ret->remote_ctime.tv_sec;
758 __entry->remote_ctime_nsec = open_ret->remote_ctime.tv_nsec;
764 __entry->local_ctime = info->remote_ctime.tv_sec;
765 __entry->local_ctime_nsec = info->remote_ctime.tv_nsec;
774 __entry->local_ino, __entry->remote_ctime,
H A Dhmdfs_client.h19 struct hmdfs_time_t remote_ctime; member
H A Dinode.h103 struct hmdfs_time_t remote_ctime; member
H A Dhmdfs_client.c68 open_ret->remote_ctime.tv_sec = le64_to_cpu(resp->ctime); in hmdfs_send_open()
69 open_ret->remote_ctime.tv_nsec = le32_to_cpu(resp->ctime_nsec); in hmdfs_send_open()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dfile_remote.c85 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()
H A Dhmdfs_trace.h737 __field(uint64_t, remote_ctime)
757 __entry->remote_ctime = open_ret->remote_ctime.tv_sec;
758 __entry->remote_ctime_nsec = open_ret->remote_ctime.tv_nsec;
764 __entry->local_ctime = info->remote_ctime.tv_sec;
765 __entry->local_ctime_nsec = info->remote_ctime.tv_nsec;
774 __entry->local_ino, __entry->remote_ctime,
H A Dinode.h103 struct hmdfs_time_t remote_ctime; member
H A Dhmdfs_client.h19 struct hmdfs_time_t remote_ctime; member
H A Dhmdfs_client.c68 open_ret->remote_ctime.tv_sec = le64_to_cpu(resp->ctime); in hmdfs_send_open()
69 open_ret->remote_ctime.tv_nsec = le32_to_cpu(resp->ctime_nsec); in hmdfs_send_open()

Completed in 9 milliseconds