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

  /external/e2fsprogs/intl/
dcigettext.c 331 struct block_list struct
334 struct block_list *next;
338 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
350 struct block_list *old = list; \
431 struct block_list *block_list = NULL; local
541 ADD_BLOCK (block_list, dirname);
567 ADD_BLOCK (block_list, xdomainname);
575 ADD_BLOCK (block_list, single_locale)
    [all...]
  /external/e2fsprogs/e2fsck/
pass1b.c 82 struct block_el *block_list; member in struct:dup_inode
157 di->block_list = 0;
164 blk_el->next = di->block_list;
165 di->block_list = blk_el;
179 for (p = di->block_list; p; p = next) {
452 for (s = p->block_list; s; s = s->next) {

Completed in 66 milliseconds