Searched refs:revoke (Results 1 - 23 of 23) sorted by relevance

/linux-master/fs/jbd2/
H A DMakefile8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
H A Drevoke.c3 * linux/fs/jbd2/revoke.c
9 * Journal revoke routines for the generic filesystem journaling code;
14 * blocks. The revoke mechanism is used in two separate places:
20 * revoked blocks. If there are multiple revoke records in the log
22 * entry for a block beyond the last revoke, then that log entry still
30 * cancel the revoke before the transaction commits.
33 * The revoke must take precedence over the write of the block, so we
34 * need either to cancel the journal entry or to write the revoke
36 * latter: journaling a block cancels any revoke record for that block
37 * in the current transaction, so any revoke fo
486 struct jbd2_revoke_table_s *revoke = journal->j_revoke; local
536 struct jbd2_revoke_table_s *revoke; local
731 struct jbd2_revoke_table_s *revoke; local
[all...]
/linux-master/drivers/dma/idxd/
H A Dirq.c132 struct idxd_int_handle_revoke *revoke = local
134 struct idxd_device *idxd = revoke->idxd;
140 kfree(revoke);
219 kfree(revoke);
442 struct idxd_int_handle_revoke *revoke; local
446 revoke = kzalloc(sizeof(*revoke), GFP_ATOMIC);
447 if (revoke) {
448 revoke->idxd = idxd;
449 INIT_WORK(&revoke
[all...]
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_key_type.c75 .revoke = user_revoke,
/linux-master/security/keys/
H A Duser_defined.c29 .revoke = user_revoke,
49 .revoke = user_revoke,
H A Dbig_key.c47 .revoke = big_key_revoke,
H A Drequest_key_auth.c37 .revoke = request_key_auth_revoke,
H A Dkey.c1129 if (key->type->revoke)
1130 key->type->revoke(key);
H A Dkeyring.c90 .revoke = keyring_revoke,
/linux-master/fs/ext4/
H A Dext4_jbd2.h344 static inline int ext4_journal_extend(handle_t *handle, int nblocks, int revoke) argument
347 return jbd2_journal_extend(handle, nblocks, revoke);
352 int revoke)
355 return jbd2__journal_restart(handle, nblocks, revoke, GFP_NOFS);
395 * has space for at least ext4_trans_default_revoke_credits(sb) revoke records
351 ext4_journal_restart(handle_t *handle, int nblocks, int revoke) argument
/linux-master/include/linux/
H A Dkey-type.h117 void (*revoke)(struct key *key); member in struct:key_type
H A Djbd2.h201 /* Tail of descriptor or revoke block, for checksumming */
207 * The revoke descriptor: used on disk to describe a series of blocks to
457 * journal. These are dirty buffers and revoke descriptor blocks.
458 * @h_revoke_credits: Number of remaining revoke records available for handle
668 * Number of revoke records for this transaction added by already
1084 * Number of revoke records that fit in one descriptor block.
1101 * @j_revoke_lock: Protect the revoke table.
1108 * The revoke table - maintains the list of revoked blocks in the
1114 * @j_revoke_table: Alternate revoke tables for j_revoke.
1372 JBD2_FEATURE_INCOMPAT_FUNCS(revoke, REVOK
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context.c629 if (ce->ops->revoke)
630 ce->ops->revoke(ce, rq,
640 if (ce->ops->revoke)
641 ce->ops->revoke(ce, NULL, ce->engine->props.preempt_timeout_ms);
H A Dintel_context_types.h44 void (*revoke)(struct intel_context *ce, struct i915_request *rq, member in struct:intel_context_ops
H A Dintel_ring_submission.c640 .revoke = ring_context_revoke,
/linux-master/drivers/nvme/common/
H A Dkeyring.c66 .revoke = user_revoke,
/linux-master/fs/gfs2/
H A Drecovery.c86 int wrap, a, b, revoke; local
101 revoke = (wrap) ? (a || b) : (a && b);
103 return revoke;
/linux-master/net/dns_resolver/
H A Ddns_key.c329 .revoke = user_revoke,
/linux-master/fs/nfs/
H A Dnfs4idmap.c191 .revoke = user_revoke,
416 .revoke = user_revoke,
/linux-master/arch/s390/kernel/
H A Dcert_store.c158 .revoke = user_revoke,
/linux-master/fs/f2fs/
H A Dsegment.c275 bool revoke)
282 if (revoke) {
294 if (!revoke && truncate)
274 __complete_revoke_list(struct inode *inode, struct list_head *head, bool revoke) argument
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c3716 .revoke = guc_context_revoke,
3992 .revoke = guc_context_revoke,
4084 .revoke = guc_context_revoke,
/linux-master/fs/nfsd/
H A Dtrace.h697 DEFINE_STID_EVENT(revoke); variable

Completed in 287 milliseconds