Lines Matching refs:LSM_HOOK_INIT
1651 LSM_HOOK_INIT(inode_free_security_rcu, hook_inode_free_security_rcu),
1653 LSM_HOOK_INIT(sb_delete, hook_sb_delete),
1654 LSM_HOOK_INIT(sb_mount, hook_sb_mount),
1655 LSM_HOOK_INIT(move_mount, hook_move_mount),
1656 LSM_HOOK_INIT(sb_umount, hook_sb_umount),
1657 LSM_HOOK_INIT(sb_remount, hook_sb_remount),
1658 LSM_HOOK_INIT(sb_pivotroot, hook_sb_pivotroot),
1660 LSM_HOOK_INIT(path_link, hook_path_link),
1661 LSM_HOOK_INIT(path_rename, hook_path_rename),
1662 LSM_HOOK_INIT(path_mkdir, hook_path_mkdir),
1663 LSM_HOOK_INIT(path_mknod, hook_path_mknod),
1664 LSM_HOOK_INIT(path_symlink, hook_path_symlink),
1665 LSM_HOOK_INIT(path_unlink, hook_path_unlink),
1666 LSM_HOOK_INIT(path_rmdir, hook_path_rmdir),
1667 LSM_HOOK_INIT(path_truncate, hook_path_truncate),
1669 LSM_HOOK_INIT(file_alloc_security, hook_file_alloc_security),
1670 LSM_HOOK_INIT(file_open, hook_file_open),
1671 LSM_HOOK_INIT(file_truncate, hook_file_truncate),
1672 LSM_HOOK_INIT(file_ioctl, hook_file_ioctl),
1673 LSM_HOOK_INIT(file_ioctl_compat, hook_file_ioctl_compat),
1674 LSM_HOOK_INIT(file_set_fowner, hook_file_set_fowner),
1675 LSM_HOOK_INIT(file_free_security, hook_file_free_security),