Searched refs:seek_set (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/misc/ |
D | e2image.c | 119 static ext2_loff_t seek_set(int fd, ext2_loff_t offset) in seek_set() function 214 seek_set(fd, 0); in write_header() 600 seek_set(fd, (start * fs->blocksize) + dest_offset); in output_meta_data_blocks() 718 offset = seek_set(fd, in output_meta_data_blocks() 992 seek_set(fd, table->offset); in flush_l2_cache() 1003 seek_set(fd, offset); in flush_l2_cache() 1080 seek_set(fd, ref->refcount_block_offset); in update_refcount() 1112 seek_set(fd, ref->refcount_table_offset); in sync_refcount() 1116 seek_set(fd, ref->refcount_block_offset); in sync_refcount() 1150 seek_set(fd, end); in output_qcow2_meta_data_blocks() [all …]
|