Searched refs:CHG_MTIME (Results 1 – 5 of 5) sorted by relevance
99 attr.attr_chg_valid = CHG_ATIME | CHG_MTIME; in utime()
76 #define CHG_MTIME 32 macro
84 attr->attr_chg_valid &= ~CHG_MTIME; in CheckNewAttrTime()91 attr->attr_chg_valid |= CHG_MTIME; in CheckNewAttrTime()94 attr->attr_chg_valid |= CHG_MTIME; in CheckNewAttrTime()104 attr->attr_chg_valid |= CHG_MTIME; in CheckNewAttrTime()
1468 if (attr->attr_chg_valid & CHG_MTIME) { in fatfs_chtime()1514 if (attr->attr_chg_valid & (CHG_ATIME | CHG_CTIME | CHG_MTIME)) { in fatfs_chattr()
2836 + if (ivalid & CHG_MTIME) {