timespec_to_timespec64  114 drivers/gpu/drm/etnaviv/etnaviv_drv.h 	to = timespec_to_timespec64(*timeout);
timespec_to_timespec64  354 fs/hfs/inode.c 				timespec_to_timespec64(hfs_m_to_utime(rec->file.MdDat));
timespec_to_timespec64  365 fs/hfs/inode.c 				timespec_to_timespec64(hfs_m_to_utime(rec->dir.MdDat));
timespec_to_timespec64  507 fs/hfsplus/inode.c 		inode->i_atime = timespec_to_timespec64(hfsp_mt2ut(folder->access_date));
timespec_to_timespec64  508 fs/hfsplus/inode.c 		inode->i_mtime = timespec_to_timespec64(hfsp_mt2ut(folder->content_mod_date));
timespec_to_timespec64  509 fs/hfsplus/inode.c 		inode->i_ctime = timespec_to_timespec64(hfsp_mt2ut(folder->attribute_mod_date));
timespec_to_timespec64  545 fs/hfsplus/inode.c 		inode->i_atime = timespec_to_timespec64(hfsp_mt2ut(file->access_date));
timespec_to_timespec64  546 fs/hfsplus/inode.c 		inode->i_mtime = timespec_to_timespec64(hfsp_mt2ut(file->content_mod_date));
timespec_to_timespec64  547 fs/hfsplus/inode.c 		inode->i_ctime = timespec_to_timespec64(hfsp_mt2ut(file->attribute_mod_date));
timespec_to_timespec64  552 fs/hostfs/hostfs_kern.c 	ino->i_atime = timespec_to_timespec64(st.atime);
timespec_to_timespec64  553 fs/hostfs/hostfs_kern.c 	ino->i_mtime = timespec_to_timespec64(st.mtime);
timespec_to_timespec64  554 fs/hostfs/hostfs_kern.c 	ino->i_ctime = timespec_to_timespec64(st.ctime);
timespec_to_timespec64  507 fs/nfs/inode.c 			inode->i_atime = timespec_to_timespec64(fattr->atime);
timespec_to_timespec64  511 fs/nfs/inode.c 			inode->i_mtime = timespec_to_timespec64(fattr->mtime);
timespec_to_timespec64  515 fs/nfs/inode.c 			inode->i_ctime = timespec_to_timespec64(fattr->ctime);
timespec_to_timespec64  701 fs/nfs/inode.c 			inode->i_ctime = timespec_to_timespec64(fattr->ctime);
timespec_to_timespec64  712 fs/nfs/inode.c 			inode->i_atime = timespec_to_timespec64(fattr->atime);
timespec_to_timespec64  719 fs/nfs/inode.c 			inode->i_ctime = timespec_to_timespec64(fattr->ctime);
timespec_to_timespec64  728 fs/nfs/inode.c 			inode->i_mtime = timespec_to_timespec64(fattr->mtime);
timespec_to_timespec64  735 fs/nfs/inode.c 			inode->i_ctime = timespec_to_timespec64(fattr->ctime);
timespec_to_timespec64 1368 fs/nfs/inode.c 		inode->i_ctime = timespec_to_timespec64(fattr->ctime);
timespec_to_timespec64 1375 fs/nfs/inode.c 		inode->i_mtime = timespec_to_timespec64(fattr->mtime);
timespec_to_timespec64 1902 fs/nfs/inode.c 		inode->i_mtime = timespec_to_timespec64(fattr->mtime);
timespec_to_timespec64 1911 fs/nfs/inode.c 		inode->i_ctime = timespec_to_timespec64(fattr->ctime);
timespec_to_timespec64 1949 fs/nfs/inode.c 		inode->i_atime = timespec_to_timespec64(fattr->atime);
timespec_to_timespec64  427 include/linux/jiffies.h 	struct timespec64 ts = timespec_to_timespec64(*value);