HomeSort by relevance Sort by last modified time
    Searched defs:revoke (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
PublicURLManager.cpp 61 void PublicURLManager::revoke(const KURL& url) function in class:WebCore::PublicURLManager
72 void PublicURLManager::revoke(const String& uuid) function in class:WebCore::PublicURLManager
  /external/e2fsprogs/e2fsck/
revoke.c 2 * linux/fs/revoke.c
12 * Journal revoke routines for the generic filesystem journaling code;
15 * Revoke is the mechanism used to prevent old log records for deleted
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 bloc
442 struct jbd_revoke_table_s *revoke; local
627 struct jbd_revoke_table_s *revoke; local
    [all...]

Completed in 375 milliseconds