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