Searched refs:timespec64_to_timespec (Results 1 – 14 of 14) sorted by relevance
19 *ts = timespec64_to_timespec(ts64); in getnstimeofday()27 *ts = timespec64_to_timespec(ts64); in ktime_get_ts()35 *ts = timespec64_to_timespec(ts64); in getrawmonotonic()43 *ts = timespec64_to_timespec(ts64); in getboottime()
79 static inline struct timespec timespec64_to_timespec(const struct timespec64 ts64) in timespec64_to_timespec() function90 static inline struct timespec timespec64_to_timespec(const struct timespec64 ts64) in timespec64_to_timespec() function
438 *value = timespec64_to_timespec(ts); in jiffies_to_timespec()
87 auxdata.mtime = timespec64_to_timespec(nfsi->vfs_inode.i_mtime); in nfs_fscache_inode_check_aux()88 auxdata.ctime = timespec64_to_timespec(nfsi->vfs_inode.i_ctime); in nfs_fscache_inode_check_aux()
241 auxdata.mtime = timespec64_to_timespec(nfsi->vfs_inode.i_mtime); in nfs_fscache_init_inode()242 auxdata.ctime = timespec64_to_timespec(nfsi->vfs_inode.i_ctime); in nfs_fscache_init_inode()266 auxdata.mtime = timespec64_to_timespec(nfsi->vfs_inode.i_mtime); in nfs_fscache_clear_inode()267 auxdata.ctime = timespec64_to_timespec(nfsi->vfs_inode.i_ctime); in nfs_fscache_clear_inode()308 auxdata.mtime = timespec64_to_timespec(nfsi->vfs_inode.i_mtime); in nfs_fscache_open_file()309 auxdata.ctime = timespec64_to_timespec(nfsi->vfs_inode.i_ctime); in nfs_fscache_open_file()
365 ts = timespec64_to_timespec(attr->ia_atime); in encode_sattr()368 ts = timespec64_to_timespec(attr->ia_atime); in encode_sattr()373 ts = timespec64_to_timespec(attr->ia_atime); in encode_sattr()376 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()1428 ts = timespec64_to_timespec(inode->i_mtime); in nfs_check_inode_attributes()1432 ts = timespec64_to_timespec(inode->i_ctime); in nfs_check_inode_attributes()1463 ts = timespec64_to_timespec(inode->i_atime); in nfs_check_inode_attributes()1736 fattr->pre_ctime = timespec64_to_timespec(inode->i_ctime); in nfs_post_op_update_inode_force_wcc_locked()1741 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()
588 ts = timespec64_to_timespec(attr->ia_atime); in encode_sattr3()597 ts = timespec64_to_timespec(attr->ia_mtime); in encode_sattr3()
1164 ts = timespec64_to_timespec(iap->ia_atime); in encode_attrs()1172 ts = timespec64_to_timespec(iap->ia_mtime); in encode_attrs()
186 ts = timespec64_to_timespec(stat->atime); in encode_fattr3()188 ts = timespec64_to_timespec(stat->mtime); in encode_fattr3()190 ts = timespec64_to_timespec(stat->ctime); in encode_fattr3()280 fhp->fh_pre_mtime = timespec64_to_timespec(stat.mtime); in fill_pre_wcc()281 fhp->fh_pre_ctime = timespec64_to_timespec(stat.ctime); in fill_pre_wcc()
823 attrs.ia_atime = timespec64_to_timespec(attr->ia_atime); in hostfs_setattr()827 attrs.ia_mtime = timespec64_to_timespec(attr->ia_mtime); in hostfs_setattr()831 attrs.ia_ctime = timespec64_to_timespec(attr->ia_ctime); in hostfs_setattr()
272 tss.ts[i] = timespec64_to_timespec(tss_internal->ts[i]); in put_cmsg_scm_timestamping()
1872 struct timespec ts_old = timespec64_to_timespec(tss->ts[0]); in tcp_recv_timestamp()