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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/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.h28 * superblocks are supposed to be. We define SUPERBLOCK_SIZE because
34 #define SUPERBLOCK_SIZE 1024 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/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.h28 * superblocks are supposed to be. We define SUPERBLOCK_SIZE because
34 #define SUPERBLOCK_SIZE 1024 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/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.h28 * superblocks are supposed to be. We define SUPERBLOCK_SIZE because
34 #define SUPERBLOCK_SIZE 1024 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/
H A De2fsck.c12465 if (ext2fs_get_mem(SUPERBLOCK_SIZE, &buf))
12476 -SUPERBLOCK_SIZE, buf))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/
H A De2fsck.c12465 if (ext2fs_get_mem(SUPERBLOCK_SIZE, &buf))
12476 -SUPERBLOCK_SIZE, buf))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/
H A De2fsck.c12465 if (ext2fs_get_mem(SUPERBLOCK_SIZE, &buf))
12476 -SUPERBLOCK_SIZE, buf))

Completed in 312 milliseconds