Searched refs:timespec_to_timespec64 (Results 1 – 13 of 13) sorted by relevance
108 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()
24 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) in timespec_to_timespec64() function39 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) in timespec_to_timespec64() function
28 ts64 = timespec_to_timespec64(*ts); in do_settimeofday()
426 struct timespec64 ts = timespec_to_timespec64(*value); in timespec_to_jiffies()
485 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()
504 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 …]
131 to = timespec_to_timespec64(*timeout); in etnaviv_timeout_to_jiffies()
558 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()
354 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()
132 iattr.ia_atime = iattr.ia_ctime = iattr.ia_mtime = timespec_to_timespec64(lcp->lc_mtime); in nfsd4_block_commit_blocks()
426 iattr->ia_atime = timespec_to_timespec64(ts); in nfsd4_decode_fattr()446 iattr->ia_mtime = timespec_to_timespec64(ts); in nfsd4_decode_fattr()
2222 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()
1505 *ts64 = timespec_to_timespec64(ts); in read_persistent_clock64()