Searched refs:write_sb (Results 1 - 1 of 1) sorted by path

/system/extras/ext4_utils/
H A Dext4fixup.c103 static void write_sb(int fd, unsigned long long offset, struct ext4_super_block *sb) function
194 write_sb(fd, 1024, &sb);
429 write_sb(fd, (unsigned long long)i * info.blocks_per_group * info.block_size + sb_offset, &sb);

Completed in 273 milliseconds