Home
last modified time | relevance | path

Searched refs:old_key (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/include/linux/
Dpr.h7 int (*pr_register)(struct block_device *bdev, u64 old_key, u64 new_key,
13 int (*pr_preempt)(struct block_device *bdev, u64 old_key, u64 new_key,
/linux-4.4.14/include/uapi/linux/
Dpr.h20 __u64 old_key; member
27 __u64 old_key; member
/linux-4.4.14/Documentation/block/
Dpr.txt68 is non-null. If no existing reservation exists old_key must be zero,
69 if an existing reservation should be replaced old_key must contain
73 in old_key.
93 old_key and replaces it with a a new reservation of type for the
100 any outstanding command sent over a connection identified by old_key.
/linux-4.4.14/net/mac80211/
Dkey.c614 struct ieee80211_key *old_key; in ieee80211_key_link() local
627 old_key = key_mtx_dereference(sdata->local, sta->ptk[idx]); in ieee80211_key_link()
629 old_key = key_mtx_dereference(sdata->local, sta->gtk[idx]); in ieee80211_key_link()
631 old_key = key_mtx_dereference(sdata->local, sdata->keys[idx]); in ieee80211_key_link()
635 ieee80211_key_replace(sdata, sta, pairwise, old_key, key); in ieee80211_key_link()
636 ieee80211_key_destroy(old_key, true); in ieee80211_key_link()
/linux-4.4.14/net/ceph/
Dauth_x.c151 struct ceph_crypto_key old_key; in process_one_ticket() local
191 memcpy(&old_key, &th->session_key, sizeof(old_key)); in process_one_ticket()
208 dlen = ceph_x_decrypt(&old_key, p, end, &ticket_buf, 0); in process_one_ticket()
/linux-4.4.14/block/
Dioctl.c314 return ops->pr_register(bdev, reg.old_key, reg.new_key, reg.flags); in blkdev_pr_register()
368 return ops->pr_preempt(bdev, p.old_key, p.new_key, p.type, abort); in blkdev_pr_preempt()
/linux-4.4.14/net/bluetooth/
Dhci_core.c2431 struct link_key *key, *old_key; in hci_add_link_key() local
2434 old_key = hci_find_link_key(hdev, bdaddr); in hci_add_link_key()
2435 if (old_key) { in hci_add_link_key()
2436 old_key_type = old_key->type; in hci_add_link_key()
2437 key = old_key; in hci_add_link_key()
2478 struct smp_ltk *key, *old_key; in hci_add_ltk() local
2481 old_key = hci_find_ltk(hdev, bdaddr, addr_type, role); in hci_add_ltk()
2482 if (old_key) in hci_add_ltk()
2483 key = old_key; in hci_add_ltk()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c1986 void cfs_hash_rehash_key(struct cfs_hash *hs, const void *old_key, in cfs_hash_rehash_key() argument
1997 cfs_hash_dual_bd_get(hs, old_key, old_bds); in cfs_hash_rehash_key()
2012 cfs_hash_dual_bd_finddel_locked(hs, old_bds, old_key, hnode); in cfs_hash_rehash_key()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h744 void cfs_hash_rehash_key(struct cfs_hash *hs, const void *old_key,
/linux-4.4.14/drivers/scsi/
Dsd.c1604 static int sd_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_register() argument
1610 old_key, new_key, 0, in sd_pr_register()
1628 static int sd_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in sd_pr_preempt() argument
1631 return sd_pr_command(bdev, abort ? 0x05 : 0x04, old_key, new_key, in sd_pr_preempt()
/linux-4.4.14/drivers/md/
Ddm.c3555 static int dm_pr_register(struct block_device *bdev, u64 old_key, u64 new_key, in dm_pr_register() argument
3570 r = ops->pr_register(bdev, old_key, new_key, flags); in dm_pr_register()
3623 static int dm_pr_preempt(struct block_device *bdev, u64 old_key, u64 new_key, in dm_pr_preempt() argument
3638 r = ops->pr_preempt(bdev, old_key, new_key, type, abort); in dm_pr_preempt()