Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dstat.h35 STATX_ATTR_VERITY \
/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h190 #define STATX_ATTR_VERITY 0x00100000 /* [I] Verity protected file */ macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h190 #define STATX_ATTR_VERITY 0x00100000 /* [I] Verity protected file */ macro
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/
H A D0002-Add-missing-STATX_ATTR_-defines-from-musl-sys-stat.h.patch33 +#define STATX_ATTR_VERITY 0x00100000 /* [I] Verity protected file */
/openbmc/linux/fs/f2fs/
H A Dfile.c910 stat->attributes |= STATX_ATTR_VERITY; in f2fs_getattr()
917 STATX_ATTR_VERITY); in f2fs_getattr()
/openbmc/linux/fs/ext4/
H A Dinode.c5600 stat->attributes |= STATX_ATTR_VERITY; in ext4_getattr()
5607 STATX_ATTR_VERITY); in ext4_getattr()
/openbmc/linux/Documentation/filesystems/
H A Dfsverity.rst324 Since Linux v5.5, the statx() system call sets STATX_ATTR_VERITY if
/openbmc/linux/fs/btrfs/
H A Dinode.c8714 stat->attributes |= STATX_ATTR_VERITY; in btrfs_getattr()