Home
last modified time | relevance | path

Searched refs:IS_IMA (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/security/integrity/
Diint.c59 if (!IS_IMA(inode)) in integrity_iint_find()
153 if (!IS_IMA(inode)) in integrity_inode_free()
/kernel/linux/linux-5.10/security/integrity/ima/
Dima_main.c122 if (atomic_read(&inode->i_readcount) && IS_IMA(inode)) { in ima_rdwr_violation_check()
/kernel/linux/linux-5.10/include/linux/
Dfs.h2045 #define IS_IMA(inode) ((inode)->i_flags & S_IMA) macro