Lines Matching defs:updated
1872 * @inode: inode to be updated
1873 * @flags: S_* flags that needed to be updated
1876 * updated for a read or write operation. This function handles updating the
1880 * In the case where any of S_MTIME, S_CTIME, or S_VERSION need to be updated,
1888 int updated = 0;
1896 updated |= S_CTIME;
1899 updated |= S_MTIME;
1901 if (IS_I_VERSION(inode) && inode_maybe_inc_iversion(inode, updated))
1902 updated |= S_VERSION;
1910 updated |= S_ATIME;
1913 return updated;
1919 * @inode: inode to be updated
1920 * @flags: S_* flags that needed to be updated
1923 * updated for a read or write operation. In the case where any of S_MTIME, S_CTIME,
1924 * or S_VERSION need to be updated we attempt to update all three of them. S_ATIME
1927 * Returns a S_* mask indicating which fields were updated.
1931 int updated = inode_update_timestamps(inode, flags);
1934 if (updated & (S_ATIME|S_MTIME|S_CTIME))
1936 if (updated & S_VERSION)
1939 return updated;
2177 * file privileges are removed and time settings are updated.
2180 * time settings will not be updated. It will return -EAGAIN.
2216 * file privileges are removed and time settings are updated.
2233 * file privileges are removed and time settings are updated.
2485 * @inode: inode being updated