Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/fs/jbd2/
H 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 …]
H A DMakefile10 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dext4_jbd2.h346 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 Duser_defined.c29 .revoke = user_revoke,
49 .revoke = user_revoke,
H A Drequest_key_auth.c37 .revoke = request_key_auth_revoke,
H A Dbig_key.c46 .revoke = big_key_revoke,
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/util-linux/util-linux/
H A Drunuser-l.pamd2 session optional pam_keyinit.so force revoke
H A Drunuser.pamd2 session optional pam_keyinit.so revoke
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/sudo/files/
H A Dsudo.pam5 session optional pam_keyinit.so revoke
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/
H A Dcockpit.pam8 session optional pam_keyinit.so force revoke
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/
H A Dsshd7 session optional pam_keyinit.so force revoke
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/
H A Drexec.pam8 session optional pam_keyinit.so force revoke
H A Drsh.pam8 session optional pam_keyinit.so force revoke
H A Drlogin.pam10 session optional pam_keyinit.so force revoke
/OK3568_Linux_fs/kernel/fs/gfs2/
H 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()
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpkcs7_key_type.c75 .revoke = user_revoke,
/OK3568_Linux_fs/kernel/include/linux/
H A Dkey-type.h116 void (*revoke)(struct key *key); member
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DBlueOak-1.0.048 No contributor can revoke this license.
H A DParity-7.0.067 The contributor can't revoke this license.
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.esbc_validate34 keys and revoke any key in case of particular key gets compromised.
/OK3568_Linux_fs/buildroot/package/bind/
H A Dbind.mk22 BIND_TARGET_SERVER_SBIN += dnssec-importkey dnssec-keygen dnssec-revoke
/OK3568_Linux_fs/kernel/net/dns_resolver/
H A Ddns_key.c322 .revoke = user_revoke,
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4idmap.c191 .revoke = user_revoke,
416 .revoke = user_revoke,
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmMode.c1586 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 DKconfig.profile17 On runtime suspend, as we suspend the device, we have to revoke

12