Home
last modified time | relevance | path

Searched refs:revoke (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/fs/jbd2/
Drevoke.c480 struct jbd2_revoke_table_s *revoke = journal->j_revoke; in jbd2_clear_buffer_revoked_flags() local
483 for (i = 0; i < revoke->hash_size; i++) { in jbd2_clear_buffer_revoked_flags()
486 hash_list = &revoke->hash_table[i]; in jbd2_clear_buffer_revoked_flags()
530 struct jbd2_revoke_table_s *revoke; in jbd2_journal_write_revoke_records() local
539 revoke = journal->j_revoke == journal->j_revoke_table[0] ? in jbd2_journal_write_revoke_records()
542 for (i = 0; i < revoke->hash_size; i++) { in jbd2_journal_write_revoke_records()
543 hash_list = &revoke->hash_table[i]; in jbd2_journal_write_revoke_records()
725 struct jbd2_revoke_table_s *revoke; in jbd2_journal_clear_revoke() local
727 revoke = journal->j_revoke; in jbd2_journal_clear_revoke()
729 for (i = 0; i < revoke->hash_size; i++) { in jbd2_journal_clear_revoke()
[all …]
DMakefile8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/Linux-v5.4/security/keys/
Duser_defined.c29 .revoke = user_revoke,
49 .revoke = user_revoke,
Drequest_key_auth.c37 .revoke = request_key_auth_revoke,
Dbig_key.c74 .revoke = big_key_revoke,
Dkey.c1051 key->type->revoke) in key_revoke()
1052 key->type->revoke(key); in key_revoke()
Dkeyring.c90 .revoke = keyring_revoke,
/Linux-v5.4/crypto/asymmetric_keys/
Dpkcs7_key_type.c75 .revoke = user_revoke,
/Linux-v5.4/fs/gfs2/
Drecovery.c87 int wrap, a, b, revoke; in gfs2_revoke_check() local
103 revoke = (wrap) ? (a || b) : (a && b); in gfs2_revoke_check()
105 return revoke; in gfs2_revoke_check()
/Linux-v5.4/include/linux/
Dkey-type.h115 void (*revoke)(struct key *key); member
Djbd2.h1233 JBD2_FEATURE_INCOMPAT_FUNCS(revoke, REVOKE)
/Linux-v5.4/drivers/gpu/drm/i915/
DKconfig.profile5 On runtime suspend, as we suspend the device, we have to revoke
/Linux-v5.4/net/dns_resolver/
Ddns_key.c322 .revoke = user_revoke,
/Linux-v5.4/fs/nfs/
Dnfs4idmap.c190 .revoke = user_revoke,
415 .revoke = user_revoke,
/Linux-v5.4/Documentation/filesystems/ext4/
Djournal.rst534 - Blocks to revoke.
/Linux-v5.4/Documentation/process/
Dmaintainer-pgp-guide.rst176 - add or revoke other keys (subkeys) with S/E/A capabilities
177 - add, change or revoke identities (uids) associated with the key
/Linux-v5.4/Documentation/admin-guide/LSM/
DSmack.rst305 revoke-subject
/Linux-v5.4/Documentation/security/keys/
Dcore.rst1516 * ``void (*revoke)(struct key *key);``