Home
last modified time | relevance | path

Searched refs:timespec_to_timespec64 (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/fs/coda/
Dcoda_linux.c108 inode->i_atime = timespec_to_timespec64(attr->va_atime); in coda_vattr_to_iattr()
110 inode->i_mtime = timespec_to_timespec64(attr->va_mtime); in coda_vattr_to_iattr()
112 inode->i_ctime = timespec_to_timespec64(attr->va_ctime); in coda_vattr_to_iattr()
/Linux-v4.19/include/linux/
Dtime32.h24 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) in timespec_to_timespec64() function
39 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) in timespec_to_timespec64() function
Dtimekeeping32.h28 ts64 = timespec_to_timespec64(*ts); in do_settimeofday()
Djiffies.h426 struct timespec64 ts = timespec_to_timespec64(*value); in timespec_to_jiffies()
/Linux-v4.19/fs/hfsplus/
Dinode.c485 inode->i_atime = timespec_to_timespec64(hfsp_mt2ut(folder->access_date)); in hfsplus_cat_read_inode()
486 inode->i_mtime = timespec_to_timespec64(hfsp_mt2ut(folder->content_mod_date)); in hfsplus_cat_read_inode()
487 inode->i_ctime = timespec_to_timespec64(hfsp_mt2ut(folder->attribute_mod_date)); in hfsplus_cat_read_inode()
523 inode->i_atime = timespec_to_timespec64(hfsp_mt2ut(file->access_date)); in hfsplus_cat_read_inode()
524 inode->i_mtime = timespec_to_timespec64(hfsp_mt2ut(file->content_mod_date)); in hfsplus_cat_read_inode()
525 inode->i_ctime = timespec_to_timespec64(hfsp_mt2ut(file->attribute_mod_date)); in hfsplus_cat_read_inode()
/Linux-v4.19/fs/nfs/
Dinode.c504 inode->i_atime = timespec_to_timespec64(fattr->atime); in nfs_fhget()
508 inode->i_mtime = timespec_to_timespec64(fattr->mtime); in nfs_fhget()
512 inode->i_ctime = timespec_to_timespec64(fattr->ctime); in nfs_fhget()
697 inode->i_ctime = timespec_to_timespec64(fattr->ctime); in nfs_setattr_update_inode()
708 inode->i_atime = timespec_to_timespec64(fattr->atime); in nfs_setattr_update_inode()
715 inode->i_ctime = timespec_to_timespec64(fattr->ctime); in nfs_setattr_update_inode()
724 inode->i_mtime = timespec_to_timespec64(fattr->mtime); in nfs_setattr_update_inode()
731 inode->i_ctime = timespec_to_timespec64(fattr->ctime); in nfs_setattr_update_inode()
1368 inode->i_ctime = timespec_to_timespec64(fattr->ctime); in nfs_wcc_update_inode()
1375 inode->i_mtime = timespec_to_timespec64(fattr->mtime); in nfs_wcc_update_inode()
[all …]
/Linux-v4.19/drivers/gpu/drm/etnaviv/
Detnaviv_drv.h131 to = timespec_to_timespec64(*timeout); in etnaviv_timeout_to_jiffies()
/Linux-v4.19/fs/hostfs/
Dhostfs_kern.c558 ino->i_atime = timespec_to_timespec64(st.atime); in read_name()
559 ino->i_mtime = timespec_to_timespec64(st.mtime); in read_name()
560 ino->i_ctime = timespec_to_timespec64(st.ctime); in read_name()
/Linux-v4.19/fs/hfs/
Dinode.c354 timespec_to_timespec64(hfs_m_to_utime(rec->file.MdDat)); in hfs_read_inode()
365 timespec_to_timespec64(hfs_m_to_utime(rec->dir.MdDat)); in hfs_read_inode()
/Linux-v4.19/fs/nfsd/
Dblocklayout.c132 iattr.ia_atime = iattr.ia_ctime = iattr.ia_mtime = timespec_to_timespec64(lcp->lc_mtime); in nfsd4_block_commit_blocks()
Dnfs4xdr.c426 iattr->ia_atime = timespec_to_timespec64(ts); in nfsd4_decode_fattr()
446 iattr->ia_mtime = timespec_to_timespec64(ts); in nfsd4_decode_fattr()
/Linux-v4.19/fs/ocfs2/
Ddlmglue.c2222 inode->i_atime = timespec_to_timespec64(ts); in ocfs2_refresh_inode_from_lvb()
2225 inode->i_mtime = timespec_to_timespec64(ts); in ocfs2_refresh_inode_from_lvb()
2228 inode->i_ctime = timespec_to_timespec64(ts); in ocfs2_refresh_inode_from_lvb()
/Linux-v4.19/kernel/time/
Dtimekeeping.c1505 *ts64 = timespec_to_timespec64(ts); in read_persistent_clock64()