Searched refs:i_version (Results 1 – 16 of 16) sorted by relevance
/openbmc/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 | 571 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 D | super.h | 352 u64 i_version; member
|
/openbmc/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 | fs.h | 713 atomic64_t i_version; member
|
/openbmc/openbmc/meta-security/meta-integrity/classes/ |
H A D | ima-evm-rootfs.bbclass | 48 # Fix /etc/fstab: it must include the "i_version" mount option for 52 # Note that "i_version" is documented in "man mount" only for ext4, 58 # "iversion" and only understands "i_version". systemd only understands 60 # for initramfs must use "i_version" for busybox.
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_api.c | 253 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 D | eainode.rst | 12 and i_ctime/i_version store a 64-bit reference count, which enables
|
/openbmc/u-boot/fs/jffs2/ |
H A D | jffs2_nand_1pass.c | 479 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 D | jffs2_1pass.c | 958 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/ext4/ |
H A D | ioctl.c | 320 swap(inode1->i_version, inode2->i_version); in swap_inode_data()
|
/openbmc/linux/fs/ |
H A D | libfs.c | 1928 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new)); in inode_maybe_inc_iversion() 1964 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, new)); in inode_query_iversion()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.h | 224 u64 i_version; member
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | ext4.rst | 390 i_version
|
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch | 212 - uint32_t i_version; /* File version (for NFS) */
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfs.rst | 645 called by the VFS to update a specific time or the i_version of
|