Lines Matching defs:blob

200 	 * The inode blob gets an rcu_head in addition to
338 init_debug("cred blob size = %d\n", blob_sizes.lbs_cred);
339 init_debug("file blob size = %d\n", blob_sizes.lbs_file);
340 init_debug("inode blob size = %d\n", blob_sizes.lbs_inode);
341 init_debug("ipc blob size = %d\n", blob_sizes.lbs_ipc);
342 init_debug("msg_msg blob size = %d\n", blob_sizes.lbs_msg_msg);
343 init_debug("task blob size = %d\n", blob_sizes.lbs_task);
521 * lsm_cred_alloc - allocate a composite cred blob
522 * @cred: the cred that needs a blob
525 * Allocate the cred blob for all the modules
543 * lsm_early_cred - during initialization allocate a composite cred blob
544 * @cred: the cred that needs a blob
546 * Allocate the cred blob for all the modules
557 * lsm_file_alloc - allocate a composite file blob
558 * @file: the file that needs a blob
560 * Allocate the file blob for all the modules
578 * lsm_inode_alloc - allocate a composite inode blob
579 * @inode: the inode that needs a blob
581 * Allocate the inode blob for all the modules
599 * lsm_task_alloc - allocate a composite task blob
600 * @task: the task that needs a blob
602 * Allocate the task blob for all the modules
620 * lsm_ipc_alloc - allocate a composite ipc blob
621 * @kip: the ipc that needs a blob
623 * Allocate the ipc blob for all the modules
641 * lsm_msg_msg_alloc - allocate a composite msg_msg blob
642 * @mp: the msg_msg that needs a blob
644 * Allocate the ipc blob for all the modules
662 * lsm_early_task - during initialization allocate a composite task blob
663 * @task: the task that needs a blob
665 * Allocate the task blob for all the modules
1001 * The rcu head is at the start of the inode blob
1484 void *blob;
1488 blob = file->f_security;
1489 if (blob) {
1491 kmem_cache_free(lsm_file_cache, blob);