Lines Matching defs:blob
306 * init_inode_smack - initialize an inode security blob
308 * @skp: a pointer to the Smack label entry to use in the blob
320 * init_task_smack - initialize a task security blob
321 * @tsp: blob to initialize
531 * smack_sb_alloc_security - allocate a superblock blob
532 * @sb: the superblock getting the blob
558 * smack_sb_free_security - free a superblock blob
559 * @sb: the superblock getting the blob
894 * Returns 0 if it gets a blob, -EPERM if exec forbidden and -ENOMEM otherwise
947 * smack_inode_alloc_security - allocate an inode blob
948 * @inode: the inode in need of a blob
1320 * Set the pointer in the inode blob to the entry found
1541 * smack_file_alloc_security - assign a file security blob
1544 * The security blob for a file is a pointer to the master
1554 struct smack_known **blob = smack_file(file);
1556 *blob = smk_of_current();
1778 * smack_file_set_fowner - set the file security blob value
1784 struct smack_known **blob = smack_file(file);
1786 *blob = smk_of_current();
1803 struct smack_known **blob;
1817 blob = smack_file(file);
1818 skp = *blob;
1891 * Set the security blob in the file structure.
2233 * smack_task_to_inode - copy task smack into the inode blob
2237 * Sets the smack pointer in the inode security blob
2253 * smack_sk_alloc_security - Allocate a socket blob
2289 * smack_sk_free_security - Free a socket blob
2292 * Clears the blob pointer
2708 * Sets the named attribute in the appropriate blob
2917 * smack_msg_msg_alloc_security - Set the security blob for msg_msg
2924 struct smack_known **blob = smack_msg_msg(msg);
2926 *blob = smk_of_current();
2938 struct smack_known **blob = smack_ipc(isp);
2940 return *blob;
2944 * smack_ipc_alloc_security - Set the security blob for ipc
2951 struct smack_known **blob = smack_ipc(isp);
2953 *blob = smk_of_current();
3254 struct smack_known **blob = smack_ipc(ipp);
3255 struct smack_known *iskp = *blob;
3276 struct smack_known **blob = smack_ipc(ipp);
3277 struct smack_known *iskp = *blob;
3283 * smack_d_instantiate - Make sure the blob is correct on an inode
3287 * Set the inode's security blob if it hasn't been done already.
4257 * smack_key_alloc - Set the key security blob
4276 * smack_key_free - Clear the key security blob
4279 * Clear the blob pointer