Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtime32.h84 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) in timespec_to_timespec64() function
99 static inline struct timespec64 timespec_to_timespec64(const struct timespec ts) in timespec_to_timespec64() function
Djiffies.h427 struct timespec64 ts = timespec_to_timespec64(*value); in timespec_to_jiffies()
/Linux-v5.4/fs/hfsplus/
Dinode.c507 inode->i_atime = timespec_to_timespec64(hfsp_mt2ut(folder->access_date)); in hfsplus_cat_read_inode()
508 inode->i_mtime = timespec_to_timespec64(hfsp_mt2ut(folder->content_mod_date)); in hfsplus_cat_read_inode()
509 inode->i_ctime = timespec_to_timespec64(hfsp_mt2ut(folder->attribute_mod_date)); in hfsplus_cat_read_inode()
545 inode->i_atime = timespec_to_timespec64(hfsp_mt2ut(file->access_date)); in hfsplus_cat_read_inode()
546 inode->i_mtime = timespec_to_timespec64(hfsp_mt2ut(file->content_mod_date)); in hfsplus_cat_read_inode()
547 inode->i_ctime = timespec_to_timespec64(hfsp_mt2ut(file->attribute_mod_date)); in hfsplus_cat_read_inode()
/Linux-v5.4/fs/nfs/
Dinode.c507 inode->i_atime = timespec_to_timespec64(fattr->atime); in nfs_fhget()
511 inode->i_mtime = timespec_to_timespec64(fattr->mtime); in nfs_fhget()
515 inode->i_ctime = timespec_to_timespec64(fattr->ctime); in nfs_fhget()
701 inode->i_ctime = timespec_to_timespec64(fattr->ctime); in nfs_setattr_update_inode()
712 inode->i_atime = timespec_to_timespec64(fattr->atime); in nfs_setattr_update_inode()
719 inode->i_ctime = timespec_to_timespec64(fattr->ctime); in nfs_setattr_update_inode()
728 inode->i_mtime = timespec_to_timespec64(fattr->mtime); in nfs_setattr_update_inode()
735 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-v5.4/drivers/gpu/drm/etnaviv/
Detnaviv_drv.h114 to = timespec_to_timespec64(*timeout); in etnaviv_timeout_to_jiffies()
/Linux-v5.4/fs/hostfs/
Dhostfs_kern.c552 ino->i_atime = timespec_to_timespec64(st.atime); in read_name()
553 ino->i_mtime = timespec_to_timespec64(st.mtime); in read_name()
554 ino->i_ctime = timespec_to_timespec64(st.ctime); in read_name()
/Linux-v5.4/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()