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

/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...]
H A DAndroid.mk83 revoke.c \
H A DMakefile.in67 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 \
353 revoke.o: $(srcdir)/revoke.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp132 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/
H A Dkey.h212 void (*revoke)(struct key *key); member in struct:key_type
/external/v8/test/mjsunit/harmony/
H A Dproxies-example-membrane.js426 revoke: function() {
494 m.gate.revoke()
/external/qemu/slirp/
H A Dmisc.c218 (void) revoke(line);
/external/qemu/slirp-android/
H A Dmisc.c198 (void) revoke(line);
/external/mksh/src/
H A DBuild.sh1385 ac_test revoke <<-'EOF'
1391 int main(int ac, char *av[]) { return (ac + revoke(av[0])); }
1476 ac_test '!' revoke_decl revoke 1 'if revoke() does not need to be declared' <<-'EOF'
1479 long revoke(void); /* this clashes if defined before */
1480 int main(void) { return ((int)revoke()); }
H A Dmisc.c1844 if (revoke(fn))
1847 "new shell is potentially insecure, can't revoke",
H A Dsh.h298 extern int revoke(const char *);

Completed in 368 milliseconds