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

  /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 82 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 \
  /external/clang/test/SemaCXX/
typo-correction.cpp 132 void revoke(const char*); // expected-note 2{{'revoke' declared here}}
135 Invoke("foo"); // expected-error{{use of undeclared identifier 'Invoke'; did you mean 'revoke'?}}
140 Invoke("foo"); // expected-error{{use of undeclared identifier 'Invoke'; did you mean 'revoke'?}}
  /external/kernel-headers/original/linux/
key.h 212 void (*revoke)(struct key *key); member in struct:key_type
  /external/v8/test/mjsunit/harmony/
proxies-example-membrane.js 426 revoke: function() {
494 m.gate.revoke()
  /external/qemu/slirp/
misc.c 218 (void) revoke(line);
  /external/qemu/slirp-android/
misc.c 198 (void) revoke(line);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 869 /* Revoke access permissions to all processes currently communicating
874 /* Revoke the access of all descriptors currently open on FILE. */
875 extern int revoke (__const char *__file) __THROW __nonnull ((1)) __wur;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 869 /* Revoke access permissions to all processes currently communicating
874 /* Revoke the access of all descriptors currently open on FILE. */
875 extern int revoke (__const char *__file) __THROW __nonnull ((1)) __wur;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 869 /* Revoke access permissions to all processes currently communicating
874 /* Revoke the access of all descriptors currently open on FILE. */
875 extern int revoke (__const char *__file) __THROW __nonnull ((1)) __wur;
    [all...]
  /external/mksh/src/
Build.sh     [all...]
misc.c     [all...]
sh.h 298 extern int revoke(const char *);
    [all...]

Completed in 374 milliseconds