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

/linux-master/fs/f2fs/
H A Dinode.c56 new_fl |= S_VERITY;
61 S_ENCRYPTED|S_VERITY|S_CASEFOLD);
/linux-master/include/linux/
H A Dfs.h2216 #define S_VERITY (1 << 16) /* Verity file (using fs/verity/) */ macro
2264 #define IS_VERITY(inode) ((inode)->i_flags & S_VERITY)
/linux-master/fs/btrfs/
H A Dioctl.c185 new_fl |= S_VERITY;
189 S_VERITY, new_fl);
/linux-master/fs/ext4/
H A Dinode.c4567 new_fl |= S_VERITY;
4570 S_ENCRYPTED|S_CASEFOLD|S_VERITY);

Completed in 859 milliseconds