Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/
Dext4_inode_version_test.sh44 mount -t ext4 -o i_version $EXT4_DEV mnt_point
92 mount -t ext4 -o i_version $EXT4_DEV mnt_point
/external/ltp/testcases/kernel/security/integrity/ima/
DREADME6 A kernel with IMA configured, mount with i_version support, openssl
32 be mounted with i_version support(Bugzilla 471593).
38 To mount the root partition with i_version support, 'iversion' must
/external/u-boot/fs/jffs2/
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()
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()
/external/e2fsprogs/doc/RelNotes/
Dv1.15.txt5 Linux 2.3 kernels that have renamed i_version to i_generation.
Dv1.41.txt1438 the nanosecond and i_version fields of an inode, and the
/external/syzkaller/sys/linux/
Dfilesystem.txt467 i_version stringnoz["i_version"]
/external/u-boot/fs/ubifs/
Dubifs.h224 u64 i_version; member
/external/e2fsprogs/ext2ed/
Dext2.descriptors103 __u32 i_version; /* File version (for NFS) */