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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/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
505 struct jbd_revoke_table_s *revoke; local
690 struct jbd_revoke_table_s *revoke; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/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
506 struct jbd2_revoke_table_s *revoke; local
699 struct jbd2_revoke_table_s *revoke; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A DMakefile9 transaction.o commit.o recovery.o checkpoint.o revoke.o jbd_journal.o
H A Drevoke.c2 * linux/fs/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
502 struct hfsplus_jbd_revoke_table_s *revoke; local
688 struct hfsplus_jbd_revoke_table_s *revoke; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Drecovery.c86 int wrap, a, b, revoke; local
102 revoke = (wrap) ? (a || b) : (a && b);
104 return revoke;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Duser_defined.c30 .revoke = user_revoke,
H A Drequest_key_auth.c35 .revoke = request_key_auth_revoke,
H A Dkey.c896 * revoke a key
907 if (key->type->revoke)
908 key->type->revoke(key);
H A Dkeyring.c63 .revoke = keyring_revoke,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkey.h214 void (*revoke)(struct key *key); member in struct:key_type

Completed in 85 milliseconds