Home
last modified time | relevance | path

Searched refs:update_key (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/crypto/bcm/
Dspu2.h203 bool update_key,
Dspu.h254 bool update_key,
Dspu.c936 bool update_key, in spum_cipher_req_finish() argument
951 if (update_key) { in spum_cipher_req_finish()
985 if (update_key) { in spum_cipher_req_finish()
Dcipher.h389 bool update_key,
Dspu2.c1187 bool update_key, in spu2_cipher_req_finish() argument
1199 if (update_key) { in spu2_cipher_req_finish()
Dcipher.c320 bool update_key = false; in handle_ablkcipher_req() local
402 update_key = true; in handle_ablkcipher_req()
411 update_key = true; in handle_ablkcipher_req()
435 &cipher_parms, update_key, chunksize); in handle_ablkcipher_req()
/Linux-v5.4/fs/btrfs/
Ddelayed-ref.h59 bool update_key; member
Ddelayed-ref.c685 if (update->extent_op->update_key) { in update_existing_head_ref()
689 existing->extent_op->update_key = true; in update_existing_head_ref()
Dextent-tree.c1542 if (extent_op->update_key) { in __run_delayed_extent_op()
2231 extent_op->update_key = false; in btrfs_set_disk_extent_flags()
4529 extent_op->update_key = skinny_metadata ? false : true; in btrfs_alloc_tree_block()
Dbackref.c772 if (extent_op && extent_op->update_key) in add_delayed_refs()