Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dcache.c37 &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 Dinode.c571 ci->i_version = 0; in ceph_alloc_inode()
826 if (ci->i_version == 0 || in ceph_fill_file_time()
833 if (ci->i_version == 0 || in ceph_fill_file_time()
941 ci->i_version); in ceph_fill_inode()
1003 if (ci->i_version == 0 || in ceph_fill_inode()
1005 le64_to_cpu(info->version) > (ci->i_version & ~1))) in ceph_fill_inode()
1141 if (le64_to_cpu(info->version) > ci->i_version) in ceph_fill_inode()
1142 ci->i_version = le64_to_cpu(info->version); in ceph_fill_inode()
H A Dsuper.h351 u64 i_version; member
/openbmc/linux/include/linux/
H A Diversion.h113 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 Dfs.h713 atomic64_t i_version; member
/openbmc/openbmc/meta-security/meta-integrity/classes/
H A Dima-evm-rootfs.bbclass46 # Fix /etc/fstab: it must include the "i_version" mount option for
50 # Note that "i_version" is documented in "man mount" only for ext4,
56 # "iversion" and only understands "i_version". systemd only understands
58 # for initramfs must use "i_version" for busybox.
/openbmc/linux/security/integrity/ima/
H A Dima_api.c253 u64 i_version = 0; in ima_collect_measurement() local
275 i_version = stat.change_cookie; in ima_collect_measurement()
305 iint->version = i_version; in ima_collect_measurement()
/openbmc/linux/Documentation/filesystems/ext4/
H A Deainode.rst12 and i_ctime/i_version store a 64-bit reference count, which enables
/openbmc/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()
/openbmc/linux/fs/
H A Dlibfs.c1843 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new)); in inode_maybe_inc_iversion()
1879 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new)); in inode_query_iversion()
/openbmc/linux/fs/ext4/
H A Dioctl.c319 swap(inode1->i_version, inode2->i_version); in swap_inode_data()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h224 u64 i_version; member
/openbmc/linux/Documentation/admin-guide/
H A Dext4.rst390 i_version
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst645 called by the VFS to update a specific time or the i_version of