Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfsverity.h299 if (IS_VERITY(inode)) in fsverity_file_open()
317 if (IS_VERITY(d_inode(dentry))) in fsverity_prepare_setattr()
H A Dfs.h2158 #define IS_VERITY(inode) ((inode)->i_flags & S_VERITY) macro
/openbmc/linux/fs/verity/
H A Denable.c235 if (IS_VERITY(inode)) in enable_verity()
283 } else if (WARN_ON_ONCE(!IS_VERITY(inode))) { in enable_verity()
/openbmc/linux/fs/ext4/
H A Dreadpage.c212 if (IS_ENABLED(CONFIG_FS_VERITY) && IS_VERITY(inode)) in ext4_readpage_limit()
/openbmc/linux/fs/overlayfs/
H A Dutil.c1260 if (!fsverity_active(inode) && IS_VERITY(inode)) { in ovl_ensure_verity_loaded()
/openbmc/linux/fs/
H A Dbuffer.c2377 if (IS_ENABLED(CONFIG_FS_VERITY) && IS_VERITY(inode)) in block_read_full_folio()
/openbmc/linux/fs/f2fs/
H A Dfile.c916 if (IS_VERITY(inode)) in f2fs_getattr()
3218 if (IS_VERITY(inode)) in f2fs_fileattr_get()
H A Ddata.c2027 if (IS_ENABLED(CONFIG_FS_VERITY) && IS_VERITY(inode)) in f2fs_readpage_limit()