Home
last modified time | relevance | path

Searched refs:STATX_ATTR_VERITY (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dstatx-generic.h53 # define STATX_ATTR_VERITY 0x100000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dstatx-generic.h53 # define STATX_ATTR_VERITY 0x100000 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dstat.h35 STATX_ATTR_VERITY \
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dstat.h188 #define STATX_ATTR_VERITY 0x00100000 /* [I] Verity protected file */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dstat.h185 #define STATX_ATTR_VERITY 0x00100000 /* [I] Verity protected file */ macro
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dvfs.c1640 stat->attributes &= ~STATX_ATTR_VERITY; in incfs_getattr()
1642 stat->attributes |= STATX_ATTR_VERITY; in incfs_getattr()
1643 stat->attributes_mask |= STATX_ATTR_VERITY; in incfs_getattr()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3897 TESTEQUAL(statxbuf.stx_attributes_mask & STATX_ATTR_VERITY, in enable_verity()
3898 STATX_ATTR_VERITY); in enable_verity()
3899 TESTEQUAL(statxbuf.stx_attributes & STATX_ATTR_VERITY, 0); in enable_verity()
3982 TESTEQUAL(statxbuf.stx_attributes & STATX_ATTR_VERITY, in validate_verity()
3983 STATX_ATTR_VERITY); in validate_verity()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c842 stat->attributes |= STATX_ATTR_VERITY; in f2fs_getattr()
849 STATX_ATTR_VERITY); in f2fs_getattr()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode.c5658 stat->attributes |= STATX_ATTR_VERITY; in ext4_getattr()
5665 STATX_ATTR_VERITY); in ext4_getattr()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfsverity.rst309 Since Linux v5.5, the statx() system call sets STATX_ATTR_VERITY if