Lines Matching defs:blob

304  * init_inode_smack - initialize an inode security blob
306 * @skp: a pointer to the Smack label entry to use in the blob
318 * init_task_smack - initialize a task security blob
319 * @tsp: blob to initialize
527 * smack_sb_alloc_security - allocate a superblock blob
528 * @sb: the superblock getting the blob
900 * Returns 0 if it gets a blob, -EPERM if exec forbidden and -ENOMEM otherwise
953 * smack_inode_alloc_security - allocate an inode blob
954 * @inode: the inode in need of a blob
1372 * Set the pointer in the inode blob to the entry found
1661 * smack_file_alloc_security - assign a file security blob
1664 * The security blob for a file is a pointer to the master
1674 struct smack_known **blob = smack_file(file);
1676 *blob = smk_of_current();
1899 * smack_file_set_fowner - set the file security blob value
1905 struct smack_known **blob = smack_file(file);
1907 *blob = smk_of_current();
1924 struct smack_known **blob;
1938 blob = smack_file(file);
1939 skp = *blob;
2012 * Set the security blob in the file structure.
2374 * smack_task_to_inode - copy task smack into the inode blob
2378 * Sets the smack pointer in the inode security blob
2394 * smack_sk_alloc_security - Allocate a socket blob
2425 * smack_sk_free_security - Free a socket blob
2428 * Clears the blob pointer
2858 * Sets the named attribute in the appropriate blob
3077 * smack_msg_msg_alloc_security - Set the security blob for msg_msg
3084 struct smack_known **blob = smack_msg_msg(msg);
3086 *blob = smk_of_current();
3098 struct smack_known **blob = smack_ipc(isp);
3100 return *blob;
3104 * smack_ipc_alloc_security - Set the security blob for ipc
3111 struct smack_known **blob = smack_ipc(isp);
3113 *blob = smk_of_current();
3416 struct smack_known **blob = smack_ipc(ipp);
3417 struct smack_known *iskp = *blob;
3444 * smack_d_instantiate - Make sure the blob is correct on an inode
3448 * Set the inode's security blob if it hasn't been done already.
4488 * smack_key_alloc - Set the key security blob
4500 struct smack_known **blob = smack_key(key);
4503 *blob = skp;
4520 struct smack_known **blob;
4559 blob = smack_key(keyp);
4560 skp = *blob;
4593 struct smack_known **blob = smack_key(key);
4594 struct smack_known *skp = *blob;
4625 struct smack_known **blob = smack_key(key);
4642 rc = smk_access(tkp, *blob, MAY_READ, &ad);
4643 rc = smk_bu_note("key watch", tkp, *blob, MAY_READ, rc);