Lines Matching defs:blob

318  * init_inode_smack - initialize an inode security blob
320 * @skp: a pointer to the Smack label entry to use in the blob
332 * init_task_smack - initialize a task security blob
333 * @tsp: blob to initialize
541 * smack_sb_alloc_security - allocate a superblock blob
542 * @sb: the superblock getting the blob
914 * Returns 0 if it gets a blob, -EPERM if exec forbidden and -ENOMEM otherwise
967 * smack_inode_alloc_security - allocate an inode blob
968 * @inode: the inode in need of a blob
1353 * Set the pointer in the inode blob to the entry found
1645 * smack_file_alloc_security - assign a file security blob
1648 * The security blob for a file is a pointer to the master
1658 struct smack_known **blob = smack_file(file);
1660 *blob = smk_of_current();
1883 * smack_file_set_fowner - set the file security blob value
1889 struct smack_known **blob = smack_file(file);
1891 *blob = smk_of_current();
1908 struct smack_known **blob;
1922 blob = smack_file(file);
1923 skp = *blob;
1996 * Set the security blob in the file structure.
2351 * smack_task_to_inode - copy task smack into the inode blob
2355 * Sets the smack pointer in the inode security blob
2371 * smack_sk_alloc_security - Allocate a socket blob
2407 * smack_sk_free_security - Free a socket blob
2410 * Clears the blob pointer
2841 * Sets the named attribute in the appropriate blob
3060 * smack_msg_msg_alloc_security - Set the security blob for msg_msg
3067 struct smack_known **blob = smack_msg_msg(msg);
3069 *blob = smk_of_current();
3081 struct smack_known **blob = smack_ipc(isp);
3083 return *blob;
3087 * smack_ipc_alloc_security - Set the security blob for ipc
3094 struct smack_known **blob = smack_ipc(isp);
3096 *blob = smk_of_current();
3399 struct smack_known **blob = smack_ipc(ipp);
3400 struct smack_known *iskp = *blob;
3421 struct smack_known **blob = smack_ipc(ipp);
3422 struct smack_known *iskp = *blob;
3428 * smack_d_instantiate - Make sure the blob is correct on an inode
3432 * Set the inode's security blob if it hasn't been done already.
4394 * smack_key_alloc - Set the key security blob
4413 * smack_key_free - Clear the key security blob
4416 * Clear the blob pointer