Searched defs:revoke (Results 1 - 2 of 2) 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...]
/external/kernel-headers/original/linux/
H A Dkey.h212 void (*revoke)(struct key *key); member in struct:key_type

Completed in 54 milliseconds