Home
last modified time | relevance | path

Searched refs:attr_chg_mtime (Results 1 – 5 of 5) sorted by relevance

/kernel/liteos_a/fs/vfs/operation/
Dvfs_utime.c94 attr.attr_chg_mtime = cur_sec; in utime()
97 attr.attr_chg_mtime = ptimes->modtime; in utime()
/kernel/liteos_a/fs/vfs/include/
Dvnode.h88 unsigned attr_chg_mtime; member
/kernel/liteos_a/syscall/
Dfs_syscall.c90 attr->attr_chg_mtime = (unsigned int)stp.tv_sec; in CheckNewAttrTime()
93 attr->attr_chg_mtime = (unsigned int)times[1].tv_sec; in CheckNewAttrTime()
102 attr->attr_chg_mtime = (unsigned int)stp.tv_sec; in CheckNewAttrTime()
/kernel/liteos_a/fs/fat/os_adapt/
Dfatfs.c1469 ftime = fattime_format(attr->attr_chg_mtime); in fatfs_chtime()
/kernel/liteos_a/fs/jffs2/
Djffs2.patch2839 + ri->mtime = cpu_to_je32(attr->attr_chg_mtime);