Searched refs:timespec64_to_timespec (Results 1 – 18 of 18) sorted by relevance
18 return timespec64_to_timespec(ts64); in current_kernel_time()37 *ts = timespec64_to_timespec(ts64); in getnstimeofday()45 *ts = timespec64_to_timespec(ts64); in ktime_get_ts()53 *ts = timespec64_to_timespec(ts64); in ktime_get_real_ts()61 *ts = timespec64_to_timespec(ts64); in getrawmonotonic()70 return timespec64_to_timespec(ts64); in get_monotonic_coarse()78 *ts = timespec64_to_timespec(ts64); in getboottime()
19 static inline struct timespec timespec64_to_timespec(const struct timespec64 ts64) in timespec64_to_timespec() function30 static inline struct timespec timespec64_to_timespec(const struct timespec64 ts64) in timespec64_to_timespec() function
437 *value = timespec64_to_timespec(ts); in jiffies_to_timespec()
91 auxdata.mtime = timespec64_to_timespec(nfsi->vfs_inode.i_mtime); in nfs_fscache_inode_check_aux()92 auxdata.ctime = timespec64_to_timespec(nfsi->vfs_inode.i_ctime); in nfs_fscache_inode_check_aux()
240 auxdata.mtime = timespec64_to_timespec(nfsi->vfs_inode.i_mtime); in nfs_fscache_init_inode()241 auxdata.ctime = timespec64_to_timespec(nfsi->vfs_inode.i_ctime); in nfs_fscache_init_inode()265 auxdata.mtime = timespec64_to_timespec(nfsi->vfs_inode.i_mtime); in nfs_fscache_clear_inode()266 auxdata.ctime = timespec64_to_timespec(nfsi->vfs_inode.i_ctime); in nfs_fscache_clear_inode()307 auxdata.mtime = timespec64_to_timespec(nfsi->vfs_inode.i_mtime); in nfs_fscache_open_file()308 auxdata.ctime = timespec64_to_timespec(nfsi->vfs_inode.i_ctime); in nfs_fscache_open_file()
380 ts = timespec64_to_timespec(attr->ia_atime); in encode_sattr()383 ts = timespec64_to_timespec(attr->ia_atime); in encode_sattr()388 ts = timespec64_to_timespec(attr->ia_atime); in encode_sattr()391 ts = timespec64_to_timespec(attr->ia_mtime); in encode_sattr()
1364 ts = timespec64_to_timespec(inode->i_ctime); in nfs_wcc_update_inode()1371 ts = timespec64_to_timespec(inode->i_mtime); in nfs_wcc_update_inode()1418 ts = timespec64_to_timespec(inode->i_mtime); in nfs_check_inode_attributes()1422 ts = timespec64_to_timespec(inode->i_ctime); in nfs_check_inode_attributes()1453 ts = timespec64_to_timespec(inode->i_atime); in nfs_check_inode_attributes()1726 fattr->pre_ctime = timespec64_to_timespec(inode->i_ctime); in nfs_post_op_update_inode_force_wcc_locked()1731 fattr->pre_mtime = timespec64_to_timespec(inode->i_mtime); in nfs_post_op_update_inode_force_wcc_locked()
59 res->ctime = timespec64_to_timespec(inode->i_ctime); in nfs4_callback_getattr()60 res->mtime = timespec64_to_timespec(inode->i_mtime); in nfs4_callback_getattr()
616 ts = timespec64_to_timespec(attr->ia_atime); in encode_sattr3()625 ts = timespec64_to_timespec(attr->ia_mtime); in encode_sattr3()
1161 ts = timespec64_to_timespec(iap->ia_atime); in encode_attrs()1169 ts = timespec64_to_timespec(iap->ia_mtime); in encode_attrs()
178 vattr->va_atime = timespec64_to_timespec(iattr->ia_atime); in coda_iattr_to_vattr()181 vattr->va_mtime = timespec64_to_timespec(iattr->ia_mtime); in coda_iattr_to_vattr()184 vattr->va_ctime = timespec64_to_timespec(iattr->ia_ctime); in coda_iattr_to_vattr()
127 ts = timespec64_to_timespec(inode->i_mtime); in nfsd4_block_commit_blocks()130 lcp->lc_mtime = timespec64_to_timespec(current_time(inode)); in nfsd4_block_commit_blocks()
184 ts = timespec64_to_timespec(stat->atime); in encode_fattr3()186 ts = timespec64_to_timespec(stat->mtime); in encode_fattr3()188 ts = timespec64_to_timespec(stat->ctime); in encode_fattr3()278 fhp->fh_pre_mtime = timespec64_to_timespec(stat.mtime); in fill_pre_wcc()279 fhp->fh_pre_ctime = timespec64_to_timespec(stat.ctime); in fill_pre_wcc()
829 attrs.ia_atime = timespec64_to_timespec(attr->ia_atime); in hostfs_setattr()833 attrs.ia_mtime = timespec64_to_timespec(attr->ia_mtime); in hostfs_setattr()837 attrs.ia_ctime = timespec64_to_timespec(attr->ia_ctime); in hostfs_setattr()
567 now = timespec64_to_timespec(now64); in update_persistent_clock64()
2166 ts = timespec64_to_timespec(inode->i_atime); in __ocfs2_stuff_meta_lvb()2169 ts = timespec64_to_timespec(inode->i_ctime); in __ocfs2_stuff_meta_lvb()2172 ts = timespec64_to_timespec(inode->i_mtime); in __ocfs2_stuff_meta_lvb()
1705 if (!relatime_need_update(mnt, inode, timespec64_to_timespec(now))) in atime_needs_update()
2410 *timeout = timespec64_to_timespec( in __sys_recvmmsg()