Searched refs:revoke (Results 1 – 23 of 23) sorted by relevance
/linux/fs/jbd2/ |
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 …]
|
A D | built-in.a | 7 revoke.o/
|
A D | Makefile | 8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
|
A D | .built-in.a.cmd | 1 …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.cmd | 1 …revoke.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 D | ext4_jbd2.h | 344 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 D | user_defined.c | 29 .revoke = user_revoke, 49 .revoke = user_revoke,
|
A D | big_key.c | 46 .revoke = big_key_revoke,
|
A D | request_key_auth.c | 37 .revoke = request_key_auth_revoke,
|
A D | key.c | 1072 if (key->type->revoke) in key_revoke() 1073 key->type->revoke(key); in key_revoke()
|
A D | keyring.c | 90 .revoke = keyring_revoke,
|
/linux/fs/gfs2/ |
A D | recovery.c | 87 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 D | pkcs7_key_type.c | 75 .revoke = user_revoke,
|
/linux/include/linux/ |
A D | key-type.h | 116 void (*revoke)(struct key *key); member
|
A D | jbd2.h | 1380 JBD2_FEATURE_INCOMPAT_FUNCS(revoke, REVOKE)
|
/linux/net/dns_resolver/ |
A D | dns_key.c | 322 .revoke = user_revoke,
|
/linux/fs/nfs/ |
A D | nfs4idmap.c | 191 .revoke = user_revoke, 416 .revoke = user_revoke,
|
/linux/drivers/gpu/drm/i915/ |
A D | Kconfig.profile | 31 On runtime suspend, as we suspend the device, we have to revoke
|
/linux/fs/ |
A D | built-in.a | 181 jbd2/revoke.o/
|
/linux/Documentation/process/ |
A D | maintainer-pgp-guide.rst | 176 - 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 D | journal.rst | 551 - Blocks to revoke.
|
/linux/Documentation/admin-guide/LSM/ |
A D | Smack.rst | 305 revoke-subject
|
/linux/Documentation/security/keys/ |
A D | core.rst | 1577 * ``void (*revoke)(struct key *key);``
|
Completed in 57 milliseconds