Lines Matching defs:blob
203 * The inode blob gets an rcu_head in addition to
374 init_debug("cred blob size = %d\n", blob_sizes.lbs_cred);
375 init_debug("file blob size = %d\n", blob_sizes.lbs_file);
376 init_debug("inode blob size = %d\n", blob_sizes.lbs_inode);
377 init_debug("ipc blob size = %d\n", blob_sizes.lbs_ipc);
378 init_debug("msg_msg blob size = %d\n", blob_sizes.lbs_msg_msg);
379 init_debug("superblock blob size = %d\n", blob_sizes.lbs_superblock);
380 init_debug("task blob size = %d\n", blob_sizes.lbs_task);
562 * lsm_cred_alloc - allocate a composite cred blob
563 * @cred: the cred that needs a blob
566 * Allocate the cred blob for all the modules
584 * lsm_early_cred - during initialization allocate a composite cred blob
585 * @cred: the cred that needs a blob
587 * Allocate the cred blob for all the modules
598 * lsm_file_alloc - allocate a composite file blob
599 * @file: the file that needs a blob
601 * Allocate the file blob for all the modules
619 * lsm_inode_alloc - allocate a composite inode blob
620 * @inode: the inode that needs a blob
622 * Allocate the inode blob for all the modules
640 * lsm_task_alloc - allocate a composite task blob
641 * @task: the task that needs a blob
643 * Allocate the task blob for all the modules
661 * lsm_ipc_alloc - allocate a composite ipc blob
662 * @kip: the ipc that needs a blob
664 * Allocate the ipc blob for all the modules
682 * lsm_msg_msg_alloc - allocate a composite msg_msg blob
683 * @mp: the msg_msg that needs a blob
685 * Allocate the ipc blob for all the modules
703 * lsm_early_task - during initialization allocate a composite task blob
704 * @task: the task that needs a blob
706 * Allocate the task blob for all the modules
717 * lsm_superblock_alloc - allocate a composite superblock blob
718 * @sb: the superblock that needs a blob
720 * Allocate the superblock blob for all the modules
1157 * security_fs_context_dup() - Duplicate a fs_context LSM blob
1203 * security_sb_alloc() - Allocate a super_block LSM blob
1237 * security_sb_free() - Free a super_block LSM blob
1483 * security_inode_alloc() - Allocate an inode LSM blob
1507 * The rcu head is at the start of the inode blob
1513 * security_inode_free() - Free an inode's LSM blob
2593 * security_file_alloc() - Allocate and init a file's LSM blob
2614 * security_file_free() - Free a file's LSM blob
2621 void *blob;
2625 blob = file->f_security;
2626 if (blob) {
2628 kmem_cache_free(lsm_file_cache, blob);
2794 * security_file_set_fowner() - Set the file owner info in the LSM blob
2877 * security_task_alloc() - Allocate a task's LSM blob
2898 * security_task_free() - Free a task's LSM blob and related resources
2936 * security_cred_free() - Free the cred's LSM blob and associated resources
3503 * security_msg_msg_alloc() - Allocate a sysv ipc message LSM blob
3524 * security_msg_msg_free() - Free a sysv ipc message LSM blob
3537 * security_msg_queue_alloc() - Allocate a sysv ipc msg queue LSM blob
3558 * security_msg_queue_free() - Free a sysv ipc msg queue LSM blob
3640 * security_shm_alloc() - Allocate a sysv shm LSM blob
3661 * security_shm_free() - Free a sysv shm LSM blob
3724 * security_sem_alloc() - Allocate a sysv semaphore LSM blob
3745 * security_sem_free() - Free a sysv semaphore LSM blob
4452 * security_sk_alloc() - Allocate and initialize a sock's LSM blob
4468 * security_sk_free() - Free the sock's LSM blob
4613 * security_tun_dev_alloc_security() - Allocate a LSM blob for a TUN device
4614 * @security: pointer to the LSM blob
4628 * security_tun_dev_free_security() - Free a TUN device LSM blob
4629 * @security: LSM blob
4654 * @security: TUN device LSM blob
4669 * @security: TUN device LSM blob
4684 * @security: TUN device LSM blob
4791 * @sec: LSM blob
4807 * @sec: LSM blob
4824 * security_ib_alloc_security() - Allocate an Infiniband LSM blob
4825 * @sec: LSM blob
4838 * security_ib_free_security() - Free an Infiniband LSM blob
4839 * @sec: LSM blob
4852 * security_xfrm_policy_alloc() - Allocate a xfrm policy LSM blob
4912 * security_xfrm_state_alloc() - Allocate a xfrm state LSM blob
4930 * security_xfrm_state_alloc_acquire() - Allocate a xfrm state LSM blob
5049 * security_key_alloc() - Allocate and initialize a kernel key LSM blob
5066 * security_key_free() - Free a kernel key LSM blob
5223 * security_bpf_map_alloc() - Allocate a bpf map LSM blob
5236 * security_bpf_prog_alloc() - Allocate a bpf program LSM blob
5249 * security_bpf_map_free() - Free a bpf map's LSM blob
5260 * security_bpf_prog_free() - Free a bpf program's LSM blob
5302 * security_perf_event_alloc() - Allocate a perf event LSM blob
5315 * security_perf_event_free() - Free a perf event LSM blob