Lines Matching defs:offset
31 void *buf, size_t count, off_t offset) in qcow_pwrite_sync()
42 u64 offset = new->offset; in l2_table_insert() local
71 static struct qcow_l2_table *l2_table_lookup(struct rb_root *root, u64 offset) in l2_table_lookup()
164 static struct qcow_l2_table *l2_table_search(struct qcow *q, u64 offset) in l2_table_search()
180 static struct qcow_l2_table *new_cache_table(struct qcow *q, u64 offset) in new_cache_table()
200 static inline u64 get_l1_index(struct qcow *q, u64 offset) in get_l1_index()
207 static inline u64 get_l2_index(struct qcow *q, u64 offset) in get_l2_index()
214 static inline u64 get_cluster_offset(struct qcow *q, u64 offset) in get_cluster_offset()
221 static struct qcow_l2_table *qcow_read_l2_table(struct qcow *q, u64 offset) in qcow_read_l2_table()
286 static ssize_t qcow1_read_cluster(struct qcow *q, u64 offset, in qcow1_read_cluster()
371 static ssize_t qcow2_read_cluster(struct qcow *q, u64 offset, in qcow2_read_cluster()
473 u64 offset; in qcow_read_sector_single() local
541 u64 offset = new->offset; in refcount_block_insert() local
627 static struct qcow_refcount_block *refcount_block_lookup(struct rb_root *root, u64 offset) in refcount_block_lookup()
649 static struct qcow_refcount_block *refcount_block_search(struct qcow *q, u64 offset) in refcount_block_search()
825 u64 start, end, offset; in qcow_free_clusters() local
886 static int get_cluster_table(struct qcow *q, u64 offset, in get_cluster_table()
973 static ssize_t qcow_write_cluster(struct qcow *q, u64 offset, in qcow_write_cluster()
1079 u64 offset; in qcow_write_sector_single() local