Searched refs:ITIME (Results 1 – 4 of 4) sorted by relevance
208 ITIME(je32_to_cpu(ri->ctime))); in jffs2_create()241 dir_i->i_mtime = inode_set_ctime_to_ts(dir_i, ITIME(now)); in jffs2_unlink()275 dir_i->i_mtime = inode_set_ctime_to_ts(dir_i, ITIME(now)); in jffs2_link()427 ITIME(je32_to_cpu(rd->mctime))); in jffs2_symlink()572 ITIME(je32_to_cpu(rd->mctime))); in jffs2_mkdir()613 dir_i->i_mtime = inode_set_ctime_to_ts(dir_i, ITIME(now)); in jffs2_rmdir()750 ITIME(je32_to_cpu(rd->mctime))); in jffs2_mknod()872 ITIME(now)); in jffs2_rename()879 old_dir_i->i_mtime = inode_set_ctime_to_ts(old_dir_i, ITIME(now)); in jffs2_rename()880 new_dir_i->i_mtime = inode_set_ctime_to_ts(new_dir_i, ITIME(now)); in jffs2_rename()
150 inode->i_atime = ITIME(je32_to_cpu(ri->atime)); in jffs2_do_setattr()151 inode_set_ctime_to_ts(inode, ITIME(je32_to_cpu(ri->ctime))); in jffs2_do_setattr()152 inode->i_mtime = ITIME(je32_to_cpu(ri->mtime)); in jffs2_do_setattr()285 inode->i_atime = ITIME(je32_to_cpu(latest_node.atime)); in jffs2_iget()286 inode->i_mtime = ITIME(je32_to_cpu(latest_node.mtime)); in jffs2_iget()287 inode_set_ctime_to_ts(inode, ITIME(je32_to_cpu(latest_node.ctime))); in jffs2_iget()
35 #define ITIME(sec) ((struct timespec64){sec, 0}) macro
321 ITIME(je32_to_cpu(ri->ctime))); in jffs2_write_end()