Home
last modified time | relevance | path

Searched refs:timespec64_to_timespec (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/include/linux/
Dtimekeeping32.h19 *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()
Dtime32.h79 static inline struct timespec timespec64_to_timespec(const struct timespec64 ts64) in timespec64_to_timespec() function
90 static inline struct timespec timespec64_to_timespec(const struct timespec64 ts64) in timespec64_to_timespec() function
Djiffies.h438 *value = timespec64_to_timespec(ts); in jiffies_to_timespec()
/Linux-v5.4/fs/nfs/
Dfscache-index.c87 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()
Dfscache.c241 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()
Dnfs2xdr.c365 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()
Dinode.c1364 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()
Dcallback_proc.c59 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()
Dnfs3xdr.c588 ts = timespec64_to_timespec(attr->ia_atime); in encode_sattr3()
597 ts = timespec64_to_timespec(attr->ia_mtime); in encode_sattr3()
Dnfs4xdr.c1164 ts = timespec64_to_timespec(iap->ia_atime); in encode_attrs()
1172 ts = timespec64_to_timespec(iap->ia_mtime); in encode_attrs()
/Linux-v5.4/fs/nfsd/
Dnfs3xdr.c186 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()
/Linux-v5.4/fs/hostfs/
Dhostfs_kern.c823 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()
/Linux-v5.4/net/core/
Dscm.c272 tss.ts[i] = timespec64_to_timespec(tss_internal->ts[i]); in put_cmsg_scm_timestamping()
/Linux-v5.4/net/ipv4/
Dtcp.c1872 struct timespec ts_old = timespec64_to_timespec(tss->ts[0]); in tcp_recv_timestamp()