Home
last modified time | relevance | path

Searched refs:i_version_hi (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/filesystems/ext4/
H A Dinodes.rst168 - i_version_hi
/openbmc/linux/fs/ext4/
H A Dinode.c4364 if (EXT4_FITS_IN_INODE(raw_inode, ei, i_version_hi)) in ext4_fill_raw_inode()
4365 raw_inode->i_version_hi = in ext4_fill_raw_inode()
4947 if (EXT4_FITS_IN_INODE(raw_inode, ei, i_version_hi)) in __ext4_iget()
4949 (__u64)(le32_to_cpu(raw_inode->i_version_hi)) << 32; in __ext4_iget()
H A Dext4.h823 __le32 i_version_hi; /* high 32 bits for 64-bit version */ member
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch794 - __u32 i_version_hi; /* high 32 bits for 64-bit version */