Searched refs:IS_VERITY (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dfsverity.h273 * be verified or not. Don't use IS_VERITY() for this purpose; it's subject to
299 if (IS_VERITY(inode))
317 if (IS_VERITY(d_inode(dentry)))
H A Dfs.h2264 #define IS_VERITY(inode) ((inode)->i_flags & S_VERITY) macro
/linux-master/fs/verity/
H A Denable.c235 if (IS_VERITY(inode))
283 } else if (WARN_ON_ONCE(!IS_VERITY(inode))) {
/linux-master/fs/ext4/
H A Dreadpage.c205 if (IS_ENABLED(CONFIG_FS_VERITY) && IS_VERITY(inode))
/linux-master/fs/overlayfs/
H A Dutil.c1374 if (!fsverity_active(inode) && IS_VERITY(inode)) {
/linux-master/fs/
H A Dbuffer.c2360 if (IS_ENABLED(CONFIG_FS_VERITY) && IS_VERITY(inode))
/linux-master/fs/f2fs/
H A Dfile.c890 if (IS_VERITY(inode))
3143 if (IS_VERITY(inode))
H A Ddata.c2039 if (IS_ENABLED(CONFIG_FS_VERITY) && IS_VERITY(inode))

Completed in 257 milliseconds