Searched defs:clust_idx (Results 1 – 1 of 1) sorted by relevance
665 u64 clust_idx) in qcow_grow_refcount_block()716 static struct qcow_refcount_block *qcow_read_refcount_block(struct qcow *q, u64 clust_idx) in qcow_read_refcount_block()754 static u16 qcow_get_refcount(struct qcow *q, u64 clust_idx) in qcow_get_refcount()779 static int update_cluster_refcount(struct qcow *q, u64 clust_idx, u16 append) in update_cluster_refcount()842 u32 clust_idx = 0, i; in qcow_alloc_clusters() local