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

  /external/u-boot/fs/ext4/
ext4_write.c 96 (struct ext2_block_group *)fs->gdtable,
112 /* allocate memory for gdtable */
113 fs->gdtable = zalloc(gdsize_total);
114 if (!fs->gdtable)
118 0, fs->blksz * fs->no_blk_pergdt, fs->gdtable);
122 if (ext4fs_log_gdt(fs->gdtable)) {
129 free(fs->gdtable);
130 fs->gdtable = NULL;
738 free(fs->gdtable);
739 fs->gdtable = NULL
    [all...]
ext4_common.c 52 return (struct ext2_block_group *)(fs->gdtable + (bg_idx * fs->gdsize));
    [all...]
  /external/u-boot/include/
ext4fs.h 101 char *gdtable; member in struct:ext_filesystem

Completed in 129 milliseconds