Home
last modified time | relevance | path

Searched refs:hmdfs_time_t (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dinode.h103 struct hmdfs_time_t remote_ctime;
109 struct hmdfs_time_t stable_ctime;
Dhmdfs_client.h19 struct hmdfs_time_t remote_ctime;
20 struct hmdfs_time_t stable_ctime;
Dhmdfs.h21 #define hmdfs_time_t timespec64 macro
25 #define hmdfs_time_t timespec macro
Dhmdfs_server.c339 static struct hmdfs_time_t msec_to_timespec(unsigned int msec) in msec_to_timespec()
341 struct hmdfs_time_t timespec = { in msec_to_timespec()
349 static struct hmdfs_time_t hmdfs_current_kernel_time(void) in hmdfs_current_kernel_time()
351 struct hmdfs_time_t time; in hmdfs_current_kernel_time()
403 struct hmdfs_time_t current_time = hmdfs_current_kernel_time(); in hmdfs_update_open_response()
404 struct hmdfs_time_t ctime = info->stat_valid ? info->stat.ctime : in hmdfs_update_open_response()
406 struct hmdfs_time_t precision = in hmdfs_update_open_response()
832 struct hmdfs_time_t time, in need_rebuild_dcache()
835 struct hmdfs_time_t crtime = { .tv_sec = le64_to_cpu(h->dcache_crtime), in need_rebuild_dcache()
838 struct hmdfs_time_t ctime = { .tv_sec = le64_to_cpu(h->dentry_ctime), in need_rebuild_dcache()
[all …]
Dinode_cloud.c178 struct hmdfs_time_t remote_mtime = { in hmdfs_update_inode()
Dinode_remote.c301 struct hmdfs_time_t remote_mtime = { in hmdfs_update_inode()