Searched refs:STATX_ATTR_VERITY (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dstat.h35 STATX_ATTR_VERITY \
/linux-master/include/uapi/linux/
H A Dstat.h191 #define STATX_ATTR_VERITY 0x00100000 /* [I] Verity protected file */ macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h191 #define STATX_ATTR_VERITY 0x00100000 /* [I] Verity protected file */ macro
/linux-master/fs/ext4/
H A Dinode.c5551 stat->attributes |= STATX_ATTR_VERITY;
5558 STATX_ATTR_VERITY);
/linux-master/fs/f2fs/
H A Dfile.c891 stat->attributes |= STATX_ATTR_VERITY;
898 STATX_ATTR_VERITY);
/linux-master/fs/btrfs/
H A Dinode.c8783 stat->attributes |= STATX_ATTR_VERITY;

Completed in 181 milliseconds