Searched refs:mctime (Results 1 – 6 of 6) sorted by relevance
401 rd->mctime = cpu_to_je32(get_seconds()); in jffs2_symlink()419 dir_i->i_mtime = dir_i->i_ctime = ITIME(je32_to_cpu(rd->mctime)); in jffs2_symlink()545 rd->mctime = cpu_to_je32(get_seconds()); in jffs2_mkdir()563 dir_i->i_mtime = dir_i->i_ctime = ITIME(je32_to_cpu(rd->mctime)); in jffs2_mkdir()718 rd->mctime = cpu_to_je32(get_seconds()); in jffs2_mknod()739 dir_i->i_mtime = dir_i->i_ctime = ITIME(je32_to_cpu(rd->mctime)); in jffs2_mknod()
517 rd->mctime = ri->ctime; in jffs2_do_create()580 rd->mctime = cpu_to_je32(time); in jffs2_do_unlink()697 rd->mctime = cpu_to_je32(time); in jffs2_do_link()
850 rd.mctime = cpu_to_je32(JFFS2_F_I_MTIME(f)); in jffs2_garbage_collect_dirent()852 rd.mctime = cpu_to_je32(0); in jffs2_garbage_collect_dirent()
642 if(fd->version > rii->mctime_ver && je32_to_cpu(rd->mctime)) { in read_direntry()644 rii->latest_mctime = je32_to_cpu(rd->mctime); in read_direntry()
845 printk(JFFS2_DBG "mctime:\t%#08x\n", je32_to_cpu(node.d.mctime)); in __jffs2_dbg_dump_node()
125 jint32_t mctime; member