Lines Matching refs:i_version
1804 * inode_maybe_inc_iversion - increments i_version
1805 * @inode: inode with the i_version that should be updated
1808 * Every time the inode is modified, the i_version field must be seen to have
1815 * updating i_version.
1825 * The i_version field is not strictly ordered with any other inode
1843 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new));
1849 * inode_query_iversion - read i_version for later use
1850 * @inode: inode from which i_version should be read
1852 * Read the inode i_version counter. This should be used by callers that wish
1853 * to store the returned i_version for later comparison. This will guarantee
1854 * that a later query of the i_version will result in a different value if
1879 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new));