Home
last modified time | relevance | path

Searched refs:S_VERITY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dinode.c56 new_fl |= S_VERITY; in f2fs_set_inode_flags()
61 S_ENCRYPTED|S_VERITY|S_CASEFOLD); in f2fs_set_inode_flags()
/openbmc/linux/include/linux/
H A Dfs.h2114 #define S_VERITY (1 << 16) /* Verity file (using fs/verity/) */ macro
2157 #define IS_VERITY(inode) ((inode)->i_flags & S_VERITY)
/openbmc/linux/fs/btrfs/
H A Dioctl.c189 new_fl |= S_VERITY; in btrfs_sync_inode_flags_to_i_flags()
193 S_VERITY, new_fl); in btrfs_sync_inode_flags_to_i_flags()
/openbmc/linux/fs/ext4/
H A Dinode.c4594 new_fl |= S_VERITY; in ext4_set_inode_flags()
4597 S_ENCRYPTED|S_CASEFOLD|S_VERITY); in ext4_set_inode_flags()