Searched refs:seek_set (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/misc/ |
D | e2image.c | 126 static ext2_loff_t seek_set(int fd, ext2_loff_t offset) in seek_set() function 223 seek_set(fd, 0); in write_header() 617 seek_set(fd, (start * fs->blocksize) + dest_offset); in output_meta_data_blocks() 739 offset = seek_set(fd, in output_meta_data_blocks() 1018 seek_set(fd, table->offset); in flush_l2_cache() 1029 seek_set(fd, offset); in flush_l2_cache() 1106 seek_set(fd, ref->refcount_block_offset); in update_refcount() 1138 seek_set(fd, ref->refcount_table_offset); in sync_refcount() 1142 seek_set(fd, ref->refcount_block_offset); in sync_refcount() 1176 seek_set(fd, end); in output_qcow2_meta_data_blocks() [all …]
|