Home
last modified time | relevance | path

Searched refs:attr_chg_mtime (Results 1 - 4 of 4) sorted by relevance

/kernel/liteos_a/fs/vfs/operation/
H A 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/
H A Dvnode.h88 unsigned attr_chg_mtime; member
/kernel/liteos_a/syscall/
H A 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/
H A Dfatfs.c1469 ftime = fattime_format(attr->attr_chg_mtime); in fatfs_chtime()

Completed in 7 milliseconds