Searched refs:tkp (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtrefcount_btree.c | 597 struct xfs_refcount_key *tkp; in xfs_rtrefcountbt_from_disk() local 616 tkp = xfs_rtrefcount_key_addr(rblock, 1); in xfs_rtrefcountbt_from_disk() 620 memcpy(tkp, fkp, 2 * sizeof(*fkp) * numrecs); in xfs_rtrefcountbt_from_disk() 683 struct xfs_refcount_key *tkp; in xfs_rtrefcountbt_to_disk() local 702 tkp = xfs_rtrefcount_droot_key_addr(dblock, 1); in xfs_rtrefcountbt_to_disk() 706 memcpy(tkp, fkp, 2 * sizeof(*fkp) * numrecs); in xfs_rtrefcountbt_to_disk()
|
| H A D | xfs_rtrmap_btree.c | 836 struct xfs_rmap_key *tkp; in xfs_rtrmapbt_from_disk() local 853 tkp = xfs_rtrmap_key_addr(rblock, 1); in xfs_rtrmapbt_from_disk() 856 memcpy(tkp, fkp, 2 * sizeof(*fkp) * numrecs); in xfs_rtrmapbt_from_disk() 915 struct xfs_rmap_key *tkp; in xfs_rtrmapbt_to_disk() local 935 tkp = xfs_rtrmap_droot_key_addr(dblock, 1); in xfs_rtrmapbt_to_disk() 938 memcpy(tkp, fkp, 2 * sizeof(*fkp) * numrecs); in xfs_rtrmapbt_to_disk()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 1976 struct smack_known *tkp = smk_of_task_struct_obj(tsk); in smack_file_send_sigiotask() 1990 rc = smk_access(skp, tkp, MAY_DELIVER, NULL); in smack_file_send_sigiotask() 1991 rc = smk_bu_note("sigiotask", skp, tkp, MAY_DELIVER, rc); in smack_file_send_sigiotask() 2001 smack_log(skp->smk_known, tkp->smk_known, MAY_DELIVER, rc, &ad); 2395 struct smack_known *tkp = smk_of_task_struct_obj(p); in smack_task_kill() 2408 rc = smk_curacc(tkp, MAY_DELIVER, &ad); in smack_task_kill() 2418 rc = smk_access(skp, tkp, MAY_DELIVER, &ad); 2419 rc = smk_bu_note("USB signal", skp, tkp, MAY_DELIVER, rc); 4619 struct smack_known *tkp = smk_of_task(smack_cred(cred)); in smack_key_permission() 4661 if (tkp 1972 struct smack_known *tkp = smk_of_task(smack_cred(tsk->cred)); smack_file_send_sigiotask() local 2391 struct smack_known *tkp = smk_of_task_struct_obj(p); smack_task_kill() local 4595 struct smack_known *tkp = smk_of_task(smack_cred(cred)); smack_key_permission() local 4695 struct smack_known *tkp = smk_of_current(); smack_watch_key() local [all...] |
| /linux/drivers/md/ |
| H A D | dm-crypt.c | 2470 const struct trusted_key_payload *tkp; in set_key_trusted() local 2472 tkp = key->payload.data[0]; in set_key_trusted() 2473 if (!tkp) in set_key_trusted() 2476 if (cc->key_size != tkp->key_len) in set_key_trusted() 2479 memcpy(cc->key, tkp->key, cc->key_size); in set_key_trusted()
|