Searched refs:IS_IMA (Results 1 – 3 of 3) sorted by relevance
59 if (!IS_IMA(inode)) in integrity_iint_find()145 if (!IS_IMA(inode)) in integrity_inode_free()
127 if (atomic_read(&inode->i_readcount) && IS_IMA(inode)) { in ima_rdwr_violation_check()
2090 #define IS_IMA(inode) ((inode)->i_flags & S_IMA) macro