Lines Matching refs:LSM_HOOK_INIT
1292 LSM_HOOK_INIT(inode_free_security, hook_inode_free_security),
1294 LSM_HOOK_INIT(sb_delete, hook_sb_delete),
1295 LSM_HOOK_INIT(sb_mount, hook_sb_mount),
1296 LSM_HOOK_INIT(move_mount, hook_move_mount),
1297 LSM_HOOK_INIT(sb_umount, hook_sb_umount),
1298 LSM_HOOK_INIT(sb_remount, hook_sb_remount),
1299 LSM_HOOK_INIT(sb_pivotroot, hook_sb_pivotroot),
1301 LSM_HOOK_INIT(path_link, hook_path_link),
1302 LSM_HOOK_INIT(path_rename, hook_path_rename),
1303 LSM_HOOK_INIT(path_mkdir, hook_path_mkdir),
1304 LSM_HOOK_INIT(path_mknod, hook_path_mknod),
1305 LSM_HOOK_INIT(path_symlink, hook_path_symlink),
1306 LSM_HOOK_INIT(path_unlink, hook_path_unlink),
1307 LSM_HOOK_INIT(path_rmdir, hook_path_rmdir),
1308 LSM_HOOK_INIT(path_truncate, hook_path_truncate),
1310 LSM_HOOK_INIT(file_alloc_security, hook_file_alloc_security),
1311 LSM_HOOK_INIT(file_open, hook_file_open),
1312 LSM_HOOK_INIT(file_truncate, hook_file_truncate),