Lines Matching refs:i_security
224 inode->i_security = NULL;
228 inode->i_security = kmem_cache_zalloc(lsm_inode_cache, gfp);
229 if (inode->i_security == NULL)
1181 * Allocate and attach a security structure to @inode->i_security. The
1182 * i_security field is initialized to NULL when the inode structure is
1217 * a call to security_inode_free(). For this reason the inode->i_security
1225 if (!inode->i_security)
1227 call_rcu((struct rcu_head *)inode->i_security, inode_free_by_rcu);
4104 * and attach security information to SOCK_INODE(sock)->i_security. This hook
4105 * may be used to update the SOCK_INODE(sock)->i_security field with additional