Searched refs:revoke (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jbd/
H A DMakefile7 jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
H A Drevoke.c2 * linux/fs/jbd/revoke.c
12 * Journal revoke routines for the generic filesystem journaling code;
17 * blocks. The revoke mechanism is used in two separate places:
23 * revoked blocks. If there are multiple revoke records in the log
25 * entry for a block beyond the last revoke, then that log entry still
33 * cancel the revoke before the transaction commits.
36 * The revoke must take precedence over the write of the block, so we
37 * need either to cancel the journal entry or to write the revoke
39 * latter: journaling a block cancels any revoke record for that block
40 * in the current transaction, so any revoke fo
508 struct jbd_revoke_table_s *revoke; local
694 struct jbd_revoke_table_s *revoke; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jbd2/
H A DMakefile7 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
H A Drevoke.c2 * linux/fs/jbd2/revoke.c
12 * Journal revoke routines for the generic filesystem journaling code;
17 * blocks. The revoke mechanism is used in two separate places:
23 * revoked blocks. If there are multiple revoke records in the log
25 * entry for a block beyond the last revoke, then that log entry still
33 * cancel the revoke before the transaction commits.
36 * The revoke must take precedence over the write of the block, so we
37 * need either to cancel the journal entry or to write the revoke
39 * latter: journaling a block cancels any revoke record for that block
40 * in the current transaction, so any revoke fo
508 struct jbd2_revoke_table_s *revoke; local
702 struct jbd2_revoke_table_s *revoke; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jbd/
H A DMakefile7 jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
H A Drevoke.c2 * linux/fs/jbd/revoke.c
12 * Journal revoke routines for the generic filesystem journaling code;
17 * blocks. The revoke mechanism is used in two separate places:
23 * revoked blocks. If there are multiple revoke records in the log
25 * entry for a block beyond the last revoke, then that log entry still
33 * cancel the revoke before the transaction commits.
36 * The revoke must take precedence over the write of the block, so we
37 * need either to cancel the journal entry or to write the revoke
39 * latter: journaling a block cancels any revoke record for that block
40 * in the current transaction, so any revoke fo
508 struct jbd_revoke_table_s *revoke; local
694 struct jbd_revoke_table_s *revoke; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jbd2/
H A DMakefile7 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
H A Drevoke.c2 * linux/fs/jbd2/revoke.c
12 * Journal revoke routines for the generic filesystem journaling code;
17 * blocks. The revoke mechanism is used in two separate places:
23 * revoked blocks. If there are multiple revoke records in the log
25 * entry for a block beyond the last revoke, then that log entry still
33 * cancel the revoke before the transaction commits.
36 * The revoke must take precedence over the write of the block, so we
37 * need either to cancel the journal entry or to write the revoke
39 * latter: journaling a block cancels any revoke record for that block
40 * in the current transaction, so any revoke fo
508 struct jbd2_revoke_table_s *revoke; local
702 struct jbd2_revoke_table_s *revoke; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/easy-rsa/2.0/
H A Drevoke-full3 # revoke a certificate, regenerate CRL,
7 RT="revoke-test.pem"
10 echo "usage: revoke-full <cert-name-base>";
23 # revoke key and generate a new CRL
24 $OPENSSL ca -revoke "$1.crt" -config "$KEY_CONFIG"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/easy-rsa/2.0/
H A Drevoke-full3 # revoke a certificate, regenerate CRL,
7 RT="revoke-test.pem"
10 echo "usage: revoke-full <cert-name-base>";
23 # revoke key and generate a new CRL
24 $OPENSSL ca -revoke "$1.crt" -config "$KEY_CONFIG"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/easy-rsa/2.0/
H A Drevoke-full3 # revoke a certificate, regenerate CRL,
7 RT="revoke-test.pem"
10 echo "usage: revoke-full <cert-name-base>";
23 # revoke key and generate a new CRL
24 $OPENSSL ca -revoke "$1.crt" -config "$KEY_CONFIG"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dkey-type.h63 void (*revoke)(struct key *key); member in struct:key_type
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dkey-type.h63 void (*revoke)(struct key *key); member in struct:key_type
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/keys/
H A Duser_defined.c30 .revoke = user_revoke,
H A Drequest_key_auth.c36 .revoke = request_key_auth_revoke,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/keys/
H A Duser_defined.c30 .revoke = user_revoke,
H A Drequest_key_auth.c36 .revoke = request_key_auth_revoke,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/certs/scripts/
H A Dgenserv.sh92 # revoke server cert
95 echo "openssl ca -config $CAPREFIX-ca.cnf -revoke $PREFIX-sv.crt"
96 $OPENSSL ca -config $CAPREFIX-ca.cnf -revoke $PREFIX-sv.crt
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/certs/scripts/
H A Dgenserv.sh92 # revoke server cert
95 echo "openssl ca -config $CAPREFIX-ca.cnf -revoke $PREFIX-sv.crt"
96 $OPENSSL ca -config $CAPREFIX-ca.cnf -revoke $PREFIX-sv.crt
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/certs/scripts/
H A Dgenserv.sh92 # revoke server cert
95 echo "openssl ca -config $CAPREFIX-ca.cnf -revoke $PREFIX-sv.crt"
96 $OPENSSL ca -config $CAPREFIX-ca.cnf -revoke $PREFIX-sv.crt
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/gfs2/
H A Drecovery.c87 int wrap, a, b, revoke; local
103 revoke = (wrap) ? (a || b) : (a && b);
105 return revoke;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/gfs2/
H A Drecovery.c87 int wrap, a, b, revoke; local
103 revoke = (wrap) ? (a || b) : (a && b);
105 return revoke;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/dns_resolver/
H A Ddns_key.c224 .revoke = user_revoke,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/dns_resolver/
H A Ddns_key.c224 .revoke = user_revoke,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/sys/
H A Dunistd.h147 int _EXFUN(revoke, (char *__path));

Completed in 161 milliseconds

12