Searched refs:i_version (Results 1 – 5 of 5) sorted by relevance
| /fs/ceph/ |
| 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()
|
| A D | inode.c | 583 ci->i_version = 0; in ceph_alloc_inode() 843 if (ci->i_version == 0 || in ceph_fill_file_time() 850 if (ci->i_version == 0 || in ceph_fill_file_time() 966 le64_to_cpu(info->version), ci->i_version); in ceph_fill_inode() 1030 if (ci->i_version == 0 || in ceph_fill_inode() 1032 le64_to_cpu(info->version) > (ci->i_version & ~1))) in ceph_fill_inode() 1170 if (le64_to_cpu(info->version) > ci->i_version) in ceph_fill_inode() 1171 ci->i_version = le64_to_cpu(info->version); in ceph_fill_inode()
|
| A D | super.h | 353 u64 i_version; member
|
| /fs/ext4/ |
| A D | ioctl.c | 320 swap(inode1->i_version, inode2->i_version); in swap_inode_data()
|
| /fs/ |
| A D | libfs.c | 2036 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new)); in inode_maybe_inc_iversion() 2074 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new)); in inode_query_iversion()
|
Completed in 24 milliseconds