Searched refs:mctime (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Djffs2.h120 jint32_t mctime; member in struct:jffs2_raw_dirent
/linux-master/fs/jffs2/
H A Ddir.c410 rd->mctime = cpu_to_je32(JFFS2_NOW());
429 inode_set_ctime_to_ts(dir_i, ITIME(je32_to_cpu(rd->mctime))));
555 rd->mctime = cpu_to_je32(JFFS2_NOW());
574 inode_set_ctime_to_ts(dir_i, ITIME(je32_to_cpu(rd->mctime))));
731 rd->mctime = cpu_to_je32(JFFS2_NOW());
753 inode_set_ctime_to_ts(dir_i, ITIME(je32_to_cpu(rd->mctime))));
H A Dwrite.c518 rd->mctime = ri->ctime;
581 rd->mctime = cpu_to_je32(time);
698 rd->mctime = cpu_to_je32(time);
H A Dreadinode.c641 /* Pick out the mctime of the latest dirent */
642 if(fd->version > rii->mctime_ver && je32_to_cpu(rd->mctime)) {
644 rii->latest_mctime = je32_to_cpu(rd->mctime);
1240 mctime in the latest dirent. Cheat. */
H A Dgc.c870 rd.mctime = cpu_to_je32(JFFS2_F_I_MTIME(f));
872 rd.mctime = cpu_to_je32(0);
H A Ddebug.c845 printk(JFFS2_DBG "mctime:\t%#08x\n", je32_to_cpu(node.d.mctime));

Completed in 126 milliseconds