Searched defs:ext2_write_blocks (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/ |
H A D | ext2.c | 43 if (!ext2_write_blocks(fs, buf, to, 1)) return 0; 134 if (!ext2_write_blocks(fs, buf, dest, num)) return 0; 195 int ext2_write_blocks(struct ext2_fs *fs, void *ptr, blk_t block, blk_t num) function 214 if (!ext2_write_blocks(fs, buf, block, num)) 232 if (!ext2_write_blocks(fs, buf, block+i, 1)) 641 if (!ext2_write_blocks(fs, sb, sb_block, 1)) 650 if (!ext2_write_blocks(fs, fs->gd, sb_block + 1,
|
Completed in 21 milliseconds