Searched refs:jbd_revoke_record_s (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Drevoke.c79 struct jbd_revoke_record_s struct
101 struct jbd_revoke_record_s *);
122 struct jbd_revoke_record_s *record;
147 static struct jbd_revoke_record_s *find_revoke_record(journal_t *journal,
151 struct jbd_revoke_record_s *record;
156 record = (struct jbd_revoke_record_s *) hash_list->next;
162 record = (struct jbd_revoke_record_s *) record->hash.next;
171 sizeof(struct jbd_revoke_record_s),
422 struct jbd_revoke_record_s *record;
504 struct jbd_revoke_record_s *recor
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c11017 struct jbd_revoke_record_s struct
11053 struct jbd_revoke_record_s *record;
11071 static struct jbd_revoke_record_s *find_revoke_record(journal_t *journal,
11075 struct jbd_revoke_record_s *record;
11079 record = (struct jbd_revoke_record_s *) hash_list->next;
11083 record = (struct jbd_revoke_record_s *) record->hash.next;
11090 revoke_record_cache = do_cache_create(sizeof(struct jbd_revoke_record_s));
11189 struct jbd_revoke_record_s *record;
11212 struct jbd_revoke_record_s *record;
11231 struct jbd_revoke_record_s *recor
[all...]

Completed in 126 milliseconds