| /linux/fs/jbd2/ |
| H A D | revoke.c | 486 struct jbd2_revoke_table_s *revoke = journal->j_revoke; in jbd2_clear_buffer_revoked_flags() local 489 for (i = 0; i < revoke->hash_size; i++) { in jbd2_clear_buffer_revoked_flags() 492 hash_list = &revoke->hash_table[i]; in jbd2_clear_buffer_revoked_flags() 536 struct jbd2_revoke_table_s *revoke; in jbd2_journal_write_revoke_records() local 545 revoke = journal->j_revoke == journal->j_revoke_table[0] ? in jbd2_journal_write_revoke_records() 548 for (i = 0; i < revoke->hash_size; i++) { in jbd2_journal_write_revoke_records() 549 hash_list = &revoke->hash_table[i]; in jbd2_journal_write_revoke_records() 731 struct jbd2_revoke_table_s *revoke; in jbd2_journal_clear_revoke() local 733 revoke = journal->j_revoke; in jbd2_journal_clear_revoke() 735 for (i = 0; i < revoke->hash_size; i++) { in jbd2_journal_clear_revoke() [all …]
|
| H A D | Makefile | 8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
|
| /linux/rust/kernel/ |
| H A D | revocable.rs | 160 let revoke = self.is_available.swap(false, Ordering::Relaxed); in revoke_internal() localVariable 162 if revoke { in revoke_internal() 173 revoke in revoke_internal() 204 pub fn revoke(&self) -> bool { in revoke() method
|
| H A D | devres.rs | 32 revoke: Completion, field 156 revoke <- Completion::new(), in new() 204 if !inner.data.revoke() { in devres_callback() 208 inner.revoke.wait_for_completion(); in devres_callback() 302 self.inner().revoke.complete_all(); in drop()
|
| /linux/security/keys/ |
| H A D | user_defined.c | 29 .revoke = user_revoke, 49 .revoke = user_revoke,
|
| H A D | request_key_auth.c | 37 .revoke = request_key_auth_revoke,
|
| H A D | big_key.c | 47 .revoke = big_key_revoke,
|
| H A D | key.c | 1145 if (key->type->revoke) in key_revoke() 1146 key->type->revoke(key); in key_revoke()
|
| H A D | keyring.c | 90 .revoke = keyring_revoke,
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_context.c | 631 if (ce->ops->revoke) in intel_context_ban() 632 ce->ops->revoke(ce, rq, in intel_context_ban() 642 if (ce->ops->revoke) in intel_context_revoke() 643 ce->ops->revoke(ce, NULL, ce->engine->props.preempt_timeout_ms); in intel_context_revoke()
|
| /linux/crypto/asymmetric_keys/ |
| H A D | pkcs7_key_type.c | 75 .revoke = user_revoke,
|
| /linux/include/linux/ |
| H A D | key-type.h | 120 void (*revoke)(struct key *key); member
|
| /linux/drivers/nvme/common/ |
| H A D | keyring.c | 85 .revoke = user_revoke,
|
| /linux/net/dns_resolver/ |
| H A D | dns_key.c | 329 .revoke = user_revoke,
|
| /linux/fs/nfs/ |
| H A D | nfs4idmap.c | 191 .revoke = user_revoke, 413 .revoke = user_revoke,
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | Kconfig.profile | 31 On runtime suspend, as we suspend the device, we have to revoke
|
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd_utils.h | 593 #define test_cmd_revoke_dmabuf(dmabuf_fd, revoke) \ argument 594 ASSERT_EQ(0, _test_cmd_revoke_dmabuf(self->fd, dmabuf_fd, revoke))
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 556 - Blocks to revoke.
|
| /linux/fs/f2fs/ |
| H A D | segment.c | 285 bool revoke) in __complete_revoke_list() argument 292 if (revoke) { in __complete_revoke_list() 304 if (!revoke && truncate) in __complete_revoke_list()
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | Smack.rst | 305 revoke-subject
|
| /linux/fs/nfsd/ |
| H A D | trace.h | 735 DEFINE_STID_EVENT(revoke);
|
| /linux/kernel/events/ |
| H A D | core.c | 4589 bool revoke); 14103 bool revoke) in perf_event_exit_event() argument 14131 if (revoke) in perf_event_exit_event()
|
| /linux/Documentation/security/keys/ |
| H A D | core.rst | 1577 * ``void (*revoke)(struct key *key);``
|