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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Ddupfs.c53 retval = ext2fs_get_mem(SUPERBLOCK_SIZE, &fs->super);
56 memcpy(fs->super, src->super, SUPERBLOCK_SIZE);
58 retval = ext2fs_get_mem(SUPERBLOCK_SIZE, &fs->orig_super);
61 memcpy(fs->orig_super, src->orig_super, SUPERBLOCK_SIZE);
H A Dclosefs.c138 retval = io_channel_write_blk(fs->io, 1, -SUPERBLOCK_SIZE,
147 for (check_idx = 0; check_idx < SUPERBLOCK_SIZE/2; check_idx++) {
151 for (check_idx++; check_idx < SUPERBLOCK_SIZE/2; check_idx++)
161 memcpy(fs->orig_super, super, SUPERBLOCK_SIZE);
198 return io_channel_write_blk(fs->io, group_block, -SUPERBLOCK_SIZE,
227 retval = ext2fs_get_mem(SUPERBLOCK_SIZE, &super_shadow);
H A Dopenfs.c128 retval = ext2fs_get_mem(SUPERBLOCK_SIZE, &fs->super);
168 retval = ext2fs_get_mem(SUPERBLOCK_SIZE, &fs->orig_super);
172 retval = io_channel_read_blk(fs->io, superblock, -SUPERBLOCK_SIZE,
177 memcpy(fs->orig_super, fs->super, SUPERBLOCK_SIZE);
H A Dimager.c193 memcpy(buf, fs->super, SUPERBLOCK_SIZE);
254 memcpy(fs->super, buf, SUPERBLOCK_SIZE);
H A Dinitialize.c134 retval = ext2fs_get_mem(SUPERBLOCK_SIZE, &super);
139 memset(super, 0, SUPERBLOCK_SIZE);
H A Dext2fs.h25 * superblocks are supposed to be. We define SUPERBLOCK_SIZE because
31 #define SUPERBLOCK_SIZE 1024 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c12449 if (ext2fs_get_mem(SUPERBLOCK_SIZE, &buf))
12460 -SUPERBLOCK_SIZE, buf))

Completed in 128 milliseconds