/kernel/linux/linux-5.10/fs/isofs/ |
H A D | util.c | 22 int crtime; in iso_date() local 34 crtime = 0; in iso_date() 36 crtime = mktime64(year+1900, month, day, hour, minute, second); in iso_date() 68 crtime -= tz * 15 * 60; in iso_date() 70 return crtime; in iso_date()
|
/kernel/linux/linux-6.6/fs/isofs/ |
H A D | util.c | 22 int crtime; in iso_date() local 34 crtime = 0; in iso_date() 36 crtime = mktime64(year+1900, month, day, hour, minute, second); in iso_date() 68 crtime -= tz * 15 * 60; in iso_date() 70 return crtime; in iso_date()
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | protocol.h | 375 __le64 crtime; member
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | protocol.h | 375 __le64 crtime; member
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | namei.c | 548 memset(&info->crtime, 0, sizeof(info->crtime)); in exfat_add_entry() 667 exfat_get_entry_time(sbi, &info->crtime, in exfat_find()
|
H A D | exfat_fs.h | 191 struct timespec64 crtime; member
|
H A D | inode.c | 605 ei->i_crtime = info->crtime; in exfat_fill_inode()
|
H A D | dir.c | 138 exfat_get_entry_time(sbi, &dir_entry->crtime, in exfat_readdir()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_trace.h | 682 __field(uint64_t, crtime) 691 __entry->crtime = le64_to_cpu(__h->dcache_crtime); 699 TP_printk("dcache crtime %llu:%llu ctime %llu:%llu has %llu dentry err %d", 700 __entry->crtime, __entry->crtime_nsec, __entry->ctime,
|
H A D | hmdfs_server.c | 913 struct hmdfs_time_t crtime = { .tv_sec = le64_to_cpu(h->dcache_crtime), in need_rebuild_dcache() local 927 if (hmdfs_time_compare(&crtime, &pre_time) < 0) in need_rebuild_dcache() 1732 resp->crtime = cpu_to_le64(ks->btime.tv_sec); in update_getattr_response()
|
H A D | hmdfs_client.c | 716 stat->btime.tv_sec = le64_to_cpu(resp->crtime); in hmdfs_update_getattr_ret()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_trace.h | 682 __field(uint64_t, crtime) 691 __entry->crtime = le64_to_cpu(__h->dcache_crtime); 699 TP_printk("dcache crtime %llu:%llu ctime %llu:%llu has %llu dentry err %d", 700 __entry->crtime, __entry->crtime_nsec, __entry->ctime,
|
H A D | hmdfs_server.c | 913 struct hmdfs_time_t crtime = { .tv_sec = le64_to_cpu(h->dcache_crtime), in need_rebuild_dcache() local 927 if (hmdfs_time_compare(&crtime, &pre_time) < 0) in need_rebuild_dcache() 1732 resp->crtime = cpu_to_le64(ks->btime.tv_sec); in update_getattr_response()
|
H A D | hmdfs_client.c | 715 stat->btime.tv_sec = le64_to_cpu(resp->crtime); in hmdfs_update_getattr_ret()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | namei.c | 558 memset(&info->crtime, 0, sizeof(info->crtime)); in exfat_add_entry() 668 exfat_get_entry_time(sbi, &info->crtime, in exfat_find()
|
H A D | exfat_fs.h | 214 struct timespec64 crtime; member
|
H A D | inode.c | 581 ei->i_crtime = info->crtime; in exfat_fill_inode()
|
H A D | dir.c | 138 exfat_get_entry_time(sbi, &dir_entry->crtime, in exfat_readdir()
|