Home
last modified time | relevance | path

Searched refs:S_IMA (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/security/integrity/
H A Diint.c132 inode->i_flags |= S_IMA; in integrity_inode_get()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2054 #define S_IMA (1 << 10) /* Inode has an associated IMA struct */ macro
2100 #define IS_IMA(inode) ((inode)->i_flags & S_IMA)