Home
last modified time | relevance | path

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

/linux/fs/jbd2/
A Drevoke.c486 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 …]
A Dbuilt-in.a7 revoke.o/
A DMakefile8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
A D.built-in.a.cmd1 …ction.o fs/jbd2/commit.o fs/jbd2/recovery.o fs/jbd2/checkpoint.o fs/jbd2/revoke.o fs/jbd2/journal.o
A D.revoke.o.cmd1revoke.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/a…
3 source_fs/jbd2/revoke.o := fs/jbd2/revoke.c
5 deps_fs/jbd2/revoke.o := \
1150 fs/jbd2/revoke.o: $(deps_fs/jbd2/revoke.o)
1152 $(deps_fs/jbd2/revoke.o):
/linux/fs/ext4/
A Dext4_jbd2.h344 static inline int ext4_journal_extend(handle_t *handle, int nblocks, int revoke) in ext4_journal_extend() argument
347 return jbd2_journal_extend(handle, nblocks, revoke); in ext4_journal_extend()
352 int revoke) in ext4_journal_restart() argument
355 return jbd2__journal_restart(handle, nblocks, revoke, GFP_NOFS); in ext4_journal_restart()
/linux/security/keys/
A Duser_defined.c29 .revoke = user_revoke,
49 .revoke = user_revoke,
A Dbig_key.c46 .revoke = big_key_revoke,
A Drequest_key_auth.c37 .revoke = request_key_auth_revoke,
A Dkey.c1072 if (key->type->revoke) in key_revoke()
1073 key->type->revoke(key); in key_revoke()
A Dkeyring.c90 .revoke = keyring_revoke,
/linux/fs/gfs2/
A 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/crypto/asymmetric_keys/
A Dpkcs7_key_type.c75 .revoke = user_revoke,
/linux/include/linux/
A Dkey-type.h116 void (*revoke)(struct key *key); member
A Djbd2.h1380 JBD2_FEATURE_INCOMPAT_FUNCS(revoke, REVOKE)
/linux/net/dns_resolver/
A Ddns_key.c322 .revoke = user_revoke,
/linux/fs/nfs/
A Dnfs4idmap.c191 .revoke = user_revoke,
416 .revoke = user_revoke,
/linux/drivers/gpu/drm/i915/
A DKconfig.profile31 On runtime suspend, as we suspend the device, we have to revoke
/linux/fs/
A Dbuilt-in.a181 jbd2/revoke.o/
/linux/Documentation/process/
A 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/Documentation/filesystems/ext4/
A Djournal.rst551 - Blocks to revoke.
/linux/Documentation/admin-guide/LSM/
A DSmack.rst305 revoke-subject
/linux/Documentation/security/keys/
A Dcore.rst1577 * ``void (*revoke)(struct key *key);``

Completed in 57 milliseconds