Home
last modified time | relevance | path

Searched refs:i_version (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
A Diversion.h95 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()
A Dfs.h692 atomic64_t i_version; member
/linux/fs/ceph/
A Dcache.c109 if (dlen != sizeof(ci->i_version) || in ceph_fscache_inode_check_aux()
113 if (*(u64 *)data != ci->i_version) in ceph_fscache_inode_check_aux()
144 &ci->i_version, sizeof(ci->i_version), in ceph_fscache_register_inode_cookie()
A Dinode.c458 ci->i_version = 0; in ceph_alloc_inode()
688 if (ci->i_version == 0 || in ceph_fill_file_time()
695 if (ci->i_version == 0 || in ceph_fill_file_time()
775 ci->i_version); in ceph_fill_inode()
837 if (ci->i_version == 0 || in ceph_fill_inode()
839 le64_to_cpu(info->version) > (ci->i_version & ~1))) in ceph_fill_inode()
948 if (le64_to_cpu(info->version) > ci->i_version) in ceph_fill_inode()
949 ci->i_version = le64_to_cpu(info->version); in ceph_fill_inode()
A Dsuper.h323 u64 i_version; member
/linux/security/integrity/ima/
A Dima_api.c223 u64 i_version; in ima_collect_measurement() local
245 i_version = inode_query_iversion(inode); in ima_collect_measurement()
268 iint->version = i_version; in ima_collect_measurement()
/linux/fs/ext4/
A Dioctl.c72 swap(inode1->i_version, inode2->i_version); in swap_inode_data()
/linux/Documentation/admin-guide/
A Dext4.rst390 i_version
/linux/Documentation/filesystems/
A Dvfs.rst571 called by the VFS to update a specific time or the i_version of

Completed in 43 milliseconds