Lines Matching refs:updated
2105 int updated = 0; in inode_update_timestamps() local
2114 updated |= S_CTIME; in inode_update_timestamps()
2117 updated |= S_MTIME; in inode_update_timestamps()
2119 if (IS_I_VERSION(inode) && inode_maybe_inc_iversion(inode, updated)) in inode_update_timestamps()
2120 updated |= S_VERSION; in inode_update_timestamps()
2130 updated |= S_ATIME; in inode_update_timestamps()
2133 return updated; in inode_update_timestamps()
2151 int updated = inode_update_timestamps(inode, flags); in generic_update_time() local
2154 if (updated & (S_ATIME|S_MTIME|S_CTIME)) in generic_update_time()
2156 if (updated & S_VERSION) in generic_update_time()
2159 return updated; in generic_update_time()