Searched defs:revoke (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DPublicURLManager.cpp61 void PublicURLManager::revoke(const KURL& url) function in class:blink::PublicURLManager
72 void PublicURLManager::revoke(const String& uuid) function in class:blink::PublicURLManager
/external/e2fsprogs/e2fsck/
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
442 struct jbd_revoke_table_s *revoke; local
627 struct jbd_revoke_table_s *revoke; local
[all...]

Completed in 787 milliseconds