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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd/
H A Drevoke.c100 struct jbd_revoke_record_s struct
122 struct jbd_revoke_record_s *, int);
143 struct jbd_revoke_record_s *record;
168 static struct jbd_revoke_record_s *find_revoke_record(journal_t *journal,
172 struct jbd_revoke_record_s *record;
177 record = (struct jbd_revoke_record_s *) hash_list->next;
183 record = (struct jbd_revoke_record_s *) record->hash.next;
207 sizeof(struct jbd_revoke_record_s),
428 struct jbd_revoke_record_s *record;
507 struct jbd_revoke_record_s *recor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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 114 milliseconds