Searched refs:i_version (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ceph/ |
| H A D | cache.c | 37 &ci->i_version, sizeof(ci->i_version), in ceph_fscache_register_inode_cookie() 63 &ci->i_version, &i_size); in ceph_fscache_unuse_cookie() 74 fscache_update_cookie(ceph_fscache_cookie(ci), &ci->i_version, &i_size); in ceph_fscache_update() 82 &ci->i_version, i_size_read(inode), in ceph_fscache_invalidate()
|
| H A D | inode.c | 629 ci->i_version = 0; in ceph_alloc_inode() 892 if (ci->i_version == 0 || in ceph_fill_file_time() 897 if (ci->i_version == 0 || in ceph_fill_file_time() 1002 le64_to_cpu(info->version), ci->i_version); in ceph_fill_inode() 1066 if (ci->i_version == 0 || in ceph_fill_inode() 1068 le64_to_cpu(info->version) > (ci->i_version & ~1))) in ceph_fill_inode() 1206 if (le64_to_cpu(info->version) > ci->i_version) in ceph_fill_inode() 1207 ci->i_version = le64_to_cpu(info->version); in ceph_fill_inode()
|
| H A D | super.h | 367 u64 i_version; member
|
| /linux/include/linux/ |
| H A D | iversion.h | 113 atomic64_set(&inode->i_version, val); in inode_set_iversion_raw() 130 return atomic64_read(&inode->i_version); in inode_peek_iversion_raw() 149 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, val)); in inode_set_max_iversion_raw() 235 atomic64_inc(&inode->i_version); in inode_inc_iversion_raw()
|
| H A D | integrity.h | 45 u64 i_version, const struct inode *inode) in integrity_inode_attrs_store() argument 47 attrs->version = i_version; in integrity_inode_attrs_store()
|
| /linux/security/integrity/evm/ |
| H A D | evm_crypto.c | 235 u64 i_version = 0; in evm_calc_hmac_or_hash() local 301 i_version = inode_query_iversion(inode); in evm_calc_hmac_or_hash() 302 integrity_inode_attrs_store(&iint->metadata_inode, i_version, in evm_calc_hmac_or_hash()
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | eainode.rst | 12 and i_ctime/i_version store a 64-bit reference count, which enables
|
| /linux/Documentation/filesystems/ |
| H A D | vfs.rst | 641 called by the VFS to update a specific time or the i_version of
|