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

/system/extras/tests/fstest/
H A Drecovery_test.cpp157 struct ext2_group_desc gd; local
159 if (read(blk_fd, &gd, sizeof(gd)) != sizeof(gd)) {
163 if (gd.bg_free_blocks_count) {
168 gd.bg_free_blocks_count--;
170 if (lseek(blk_fd, -sizeof(gd), SEEK_CUR) == -1) {
175 if (write(blk_fd, &gd, sizeof(gd)) != sizeof(gd)) {
[all...]

Completed in 194 milliseconds