Lines Matching refs:updated
1886 int updated = 0; in inode_update_timestamps() local
1894 updated |= S_CTIME; in inode_update_timestamps()
1897 updated |= S_MTIME; in inode_update_timestamps()
1899 if (IS_I_VERSION(inode) && inode_maybe_inc_iversion(inode, updated)) in inode_update_timestamps()
1900 updated |= S_VERSION; in inode_update_timestamps()
1908 updated |= S_ATIME; in inode_update_timestamps()
1911 return updated; in inode_update_timestamps()
1929 int updated = inode_update_timestamps(inode, flags); in generic_update_time() local
1932 if (updated & (S_ATIME|S_MTIME|S_CTIME)) in generic_update_time()
1934 if (updated & S_VERSION) in generic_update_time()
1937 return updated; in generic_update_time()