Searched refs:i_version (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/include/linux/ |
D | iversion.h | 95 atomic64_set(&inode->i_version, val); in inode_set_iversion_raw() 112 return atomic64_read(&inode->i_version); in inode_peek_iversion_raw() 132 old = atomic64_cmpxchg(&inode->i_version, cur, val); in inode_set_max_iversion_raw() 222 old = atomic64_cmpxchg(&inode->i_version, cur, new); in inode_maybe_inc_iversion() 271 atomic64_inc(&inode->i_version); in inode_inc_iversion_raw() 323 old = atomic64_cmpxchg(&inode->i_version, cur, new); in inode_query_iversion()
|
D | fs.h | 650 atomic64_t i_version; member
|
/linux-5.19.10/fs/ceph/ |
D | cache.c | 37 &ci->i_version, sizeof(ci->i_version), in ceph_fscache_register_inode_cookie() 61 &ci->i_version, &i_size); in ceph_fscache_unuse_cookie() 72 fscache_update_cookie(ceph_fscache_cookie(ci), &ci->i_version, &i_size); in ceph_fscache_update() 80 &ci->i_version, i_size_read(inode), in ceph_fscache_invalidate()
|
D | inode.c | 467 ci->i_version = 0; in ceph_alloc_inode() 698 if (ci->i_version == 0 || in ceph_fill_file_time() 705 if (ci->i_version == 0 || in ceph_fill_file_time() 785 ci->i_version); in ceph_fill_inode() 847 if (ci->i_version == 0 || in ceph_fill_inode() 849 le64_to_cpu(info->version) > (ci->i_version & ~1))) in ceph_fill_inode() 958 if (le64_to_cpu(info->version) > ci->i_version) in ceph_fill_inode() 959 ci->i_version = le64_to_cpu(info->version); in ceph_fill_inode()
|
D | super.h | 324 u64 i_version; member
|
/linux-5.19.10/security/integrity/ima/ |
D | ima_api.c | 251 u64 i_version; in ima_collect_measurement() local 270 i_version = inode_query_iversion(inode); in ima_collect_measurement() 307 iint->version = i_version; in ima_collect_measurement()
|
/linux-5.19.10/Documentation/filesystems/ext4/ |
D | eainode.rst | 12 and i_ctime/i_version store a 64-bit reference count, which enables
|
/linux-5.19.10/fs/ext4/ |
D | ioctl.c | 313 swap(inode1->i_version, inode2->i_version); in swap_inode_data()
|
/linux-5.19.10/Documentation/admin-guide/ |
D | ext4.rst | 390 i_version
|
/linux-5.19.10/Documentation/filesystems/ |
D | vfs.rst | 571 called by the VFS to update a specific time or the i_version of
|