Searched refs:STATX_ATTR_VERITY (Results 1 – 10 of 10) sorted by relevance
53 # define STATX_ATTR_VERITY 0x100000 macro
35 STATX_ATTR_VERITY \
188 #define STATX_ATTR_VERITY 0x00100000 /* [I] Verity protected file */ macro
185 #define STATX_ATTR_VERITY 0x00100000 /* [I] Verity protected file */ macro
1640 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()
3897 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()
842 stat->attributes |= STATX_ATTR_VERITY; in f2fs_getattr()849 STATX_ATTR_VERITY); in f2fs_getattr()
5658 stat->attributes |= STATX_ATTR_VERITY; in ext4_getattr()5665 STATX_ATTR_VERITY); in ext4_getattr()
309 Since Linux v5.5, the statx() system call sets STATX_ATTR_VERITY if