HomeSort by relevance Sort by last modified time
    Searched full:revoke (Results 1 - 25 of 58) sorted by null

1 2 3

  /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...]
Android.mk 84 revoke.c \
Makefile.in 67 revoke.o ea_refcount.o rehash.o profile.o prof_err.o $(MTRACE_OBJ)
75 profiled/recovery.o profiled/region.o profiled/revoke.o \
92 $(srcdir)/revoke.c \
367 revoke.o: $(srcdir)/revoke.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
recovery.c 221 * end of the log. In the second, we assemble the list of revoke
664 /* If we aren't in the REVOKE pass, then we can
716 /* Scan a revoke record, marking all blocks mentioned as revoked. */
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
options.html 15 <p><button id="revoke" onclick="logout();">Revoke your OAuth token</button></p>
28 $('#revoke').get(0).disabled = true;
33 $('#revoke').get(0).disabled = true;
  /frameworks/base/include/binder/
MemoryHeapPmem.h 45 virtual void revoke() = 0;
58 /* hide (revoke) the whole heap (the client will see the garbage page) */
61 /* revoke all allocations made by this heap */
62 virtual void revoke();
  /frameworks/base/libs/binder/
MemoryHeapPmem.cpp 61 void revoke();
98 revoke();
102 void SubRegionMemory::revoke()
104 // NOTE: revoke() doesn't need to be protected by a lock because it
105 // can only be called from MemoryHeapPmem::revoke(), which means
107 // which means MemoryHeapPmem::revoke() wouldn't have been able to
224 void MemoryHeapPmem::revoke()
237 memory->revoke();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
keyctl.h 38 #define KEYCTL_REVOKE 3 /* revoke a key */
jbd.h 115 * The revoke descriptor: used on disk to describe a series of blocks to
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_controller.h 70 // Callback function for the "revoke" option in the menu.
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataNotSupportedTest.java 155 // revoke SELECT privileges
156 query = "REVOKE SELECT ON " + DatabaseCreator.TEST_TABLE1 + " FROM "
169 // revoke CREATE privileges
170 query = "REVOKE CREATE ON " + DatabaseCreator.TEST_TABLE1 + " FROM "
337 query = "REVOKE REFERENCES(id) ON " + DatabaseCreator.TEST_TABLE1
500 query = "REVOKE CREATE, SELECT ON " + DatabaseCreator.TEST_TABLE3
537 query = "REVOKE ALL ON " + DatabaseCreator.TEST_TABLE3 + " FROM "
541 // case 5. check no privelegies after revoke
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
sql.php 78 'RETURN', 'REVOKE', 'RIGHT', 'RLIKE', 'SELECT',
genero.php 271 "REVOKE",
oracle11.php 389 'REVOKE',
oracle8.php 326 'REVOKE',
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 150 * The revoke descriptor: used on disk to describe a series of blocks to
583 /* The revoke table: maintains the list of revoked blocks in the
736 /* Primary revoke support */
748 /* Recovery revoke support */
821 /* Primary revoke support */
826 /* Recovery revoke support */
  /external/kernel-headers/original/linux/
jbd.h 162 * The revoke descriptor: used on disk to describe a series of blocks to
620 * @j_revoke_lock: Protect the revoke table
621 * @j_revoke: The revoke table - maintains the list of revoked blocks in the
623 * @j_revoke_table: alternate revoke tables for j_revoke
804 * The revoke table: maintains the list of revoked blocks in the
964 /* Primary revoke support */
976 /* Recovery revoke support */
    [all...]
  /external/e2fsprogs/debugfs/
logdump.c 325 return "revoke table";
531 fprintf(out_file, "Dumping revoke block, sequence %u, at "
542 fprintf(out_file, " Revoke FS block %u", rblock);
  /external/openssl/crypto/store/
README 71 revoke_object - revoke an object
str_locl.h 90 /* Revoke an object of a given type. */
str_err.c 190 {ERR_REASON(STORE_R_NO_REVOKE_OBJECT_FUNCTION),"no revoke object function"},
  /external/qemu/slirp/
slirp_config.h 196 /* Define if you have revoke() */
  /external/qemu/slirp-android/
slirp_config.h 196 /* Define if you have revoke() */
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 122 * Revoke the session from the client. This disabled the session, and
  /frameworks/base/docs/html/guide/market/billing/
billing_best_practices.jd 103 revoke use when necessary and minimize piracy.</p>

Completed in 643 milliseconds

1 2 3