| /OK3568_Linux_fs/kernel/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 | 10 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | ext4_jbd2.h | 346 static inline int ext4_journal_extend(handle_t *handle, int nblocks, int revoke) in ext4_journal_extend() argument 349 return jbd2_journal_extend(handle, nblocks, revoke); in ext4_journal_extend() 354 int revoke) in ext4_journal_restart() argument 357 return jbd2__journal_restart(handle, nblocks, revoke, GFP_NOFS); in ext4_journal_restart()
|
| /OK3568_Linux_fs/kernel/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 | 46 .revoke = big_key_revoke,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/util-linux/util-linux/ |
| H A D | runuser-l.pamd | 2 session optional pam_keyinit.so force revoke
|
| H A D | runuser.pamd | 2 session optional pam_keyinit.so revoke
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/sudo/files/ |
| H A D | sudo.pam | 5 session optional pam_keyinit.so revoke
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/ |
| H A D | cockpit.pam | 8 session optional pam_keyinit.so force revoke
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/ |
| H A D | sshd | 7 session optional pam_keyinit.so force revoke
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/ |
| H A D | rexec.pam | 8 session optional pam_keyinit.so force revoke
|
| H A D | rsh.pam | 8 session optional pam_keyinit.so force revoke
|
| H A D | rlogin.pam | 10 session optional pam_keyinit.so force revoke
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | pkcs7_key_type.c | 75 .revoke = user_revoke,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | key-type.h | 116 void (*revoke)(struct key *key); member
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | BlueOak-1.0.0 | 48 No contributor can revoke this license.
|
| H A D | Parity-7.0.0 | 67 The contributor can't revoke this license.
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.esbc_validate | 34 keys and revoke any key in case of particular key gets compromised.
|
| /OK3568_Linux_fs/buildroot/package/bind/ |
| H A D | bind.mk | 22 BIND_TARGET_SERVER_SBIN += dnssec-importkey dnssec-keygen dnssec-revoke
|
| /OK3568_Linux_fs/kernel/net/dns_resolver/ |
| H A D | dns_key.c | 322 .revoke = user_revoke,
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4idmap.c | 191 .revoke = user_revoke, 416 .revoke = user_revoke,
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/ |
| H A D | xf86drmMode.c | 1586 struct drm_mode_revoke_lease revoke; in drmModeRevokeLease() local 1589 memclear(revoke); in drmModeRevokeLease() 1591 revoke.lessee_id = lessee_id; in drmModeRevokeLease() 1593 ret = DRM_IOCTL(fd, DRM_IOCTL_MODE_REVOKE_LEASE, &revoke); in drmModeRevokeLease()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | Kconfig.profile | 17 On runtime suspend, as we suspend the device, we have to revoke
|