Home | History | Annotate | Download | only in ext4

Lines Matching refs:gdtable

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;