Lines Matching refs:blob
1692 struct smack_known **blob = smack_file(file); in smack_file_alloc_security() local
1694 *blob = smk_of_current(); in smack_file_alloc_security()
1923 struct smack_known **blob = smack_file(file); in smack_file_set_fowner() local
1925 *blob = smk_of_current(); in smack_file_set_fowner()
1942 struct smack_known **blob; in smack_file_send_sigiotask() local
1956 blob = smack_file(file); in smack_file_send_sigiotask()
1957 skp = *blob; in smack_file_send_sigiotask()
3098 struct smack_known **blob = smack_msg_msg(msg); in smack_msg_msg_alloc_security() local
3100 *blob = smk_of_current(); in smack_msg_msg_alloc_security()
3112 struct smack_known **blob = smack_ipc(isp); in smack_of_ipc() local
3114 return *blob; in smack_of_ipc()
3125 struct smack_known **blob = smack_ipc(isp); in smack_ipc_alloc_security() local
3127 *blob = smk_of_current(); in smack_ipc_alloc_security()
3430 struct smack_known **blob = smack_ipc(ipp); in smack_ipc_permission() local
3431 struct smack_known *iskp = *blob; in smack_ipc_permission()
3452 struct smack_known **blob = smack_ipc(ipp); in smack_ipc_getsecid() local
3453 struct smack_known *iskp = *blob; in smack_ipc_getsecid()
4492 struct smack_known **blob = smack_key(key); in smack_key_alloc() local
4495 *blob = skp; in smack_key_alloc()
4512 struct smack_known **blob; in smack_key_permission() local
4551 blob = smack_key(keyp); in smack_key_permission()
4552 skp = *blob; in smack_key_permission()
4585 struct smack_known **blob = smack_key(key); in smack_key_getsecurity() local
4586 struct smack_known *skp = *blob; in smack_key_getsecurity()
4617 struct smack_known **blob = smack_key(key); in smack_watch_key() local
4634 rc = smk_access(tkp, *blob, MAY_READ, &ad); in smack_watch_key()
4635 rc = smk_bu_note("key watch", tkp, *blob, MAY_READ, rc); in smack_watch_key()