Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H 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()
H A Dfs.h699 atomic64_t i_version; member
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_api.c219 u64 i_version; in ima_collect_measurement() local
241 i_version = inode_query_iversion(inode); in ima_collect_measurement()
264 iint->version = i_version; in ima_collect_measurement()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dcache.c121 aux.version = ci->i_version; in ceph_fscache_inode_check_aux()
155 aux.version = ci->i_version; in ceph_fscache_register_inode_cookie()
H A Dinode.c446 ci->i_version = 0; in ceph_alloc_inode()
682 if (ci->i_version == 0 || in ceph_fill_file_time()
689 if (ci->i_version == 0 || in ceph_fill_file_time()
767 ci->i_version); in ceph_fill_inode()
810 if (ci->i_version == 0 || in ceph_fill_inode()
812 le64_to_cpu(info->version) > (ci->i_version & ~1))) in ceph_fill_inode()
922 if (le64_to_cpu(info->version) > ci->i_version) in ceph_fill_inode()
923 ci->i_version = le64_to_cpu(info->version); in ceph_fill_inode()
H A Dsuper.h321 u64 i_version; member
/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Djffs2_nand_1pass.c479 u32 i_version = 0; in jffs2_1pass_list_inodes() local
487 if (jNode->ino == jDir->ino && jNode->version >= i_version) { in jffs2_1pass_list_inodes()
488 i_version = jNode->version; in jffs2_1pass_list_inodes()
H A Djffs2_1pass.c958 u32 i_version = 0; in jffs2_1pass_list_inodes() local
997 jNode->version >= i_version) { in jffs2_1pass_list_inodes()
998 i_version = jNode->version; in jffs2_1pass_list_inodes()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c71 swap(inode1->i_version, inode2->i_version); in swap_inode_data()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h225 u64 i_version; member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dext4.rst390 i_version
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dvfs.rst564 called by the VFS to update a specific time or the i_version of