Home | History | Annotate | Download | only in block

Lines Matching full:index_in_cluster

387     int index_in_cluster, n1;
424 index_in_cluster = acb->sector_num & (s->cluster_sectors - 1);
457 memcpy(acb->buf, s->cluster_cache + index_in_cluster * 512,
473 (acb->cluster_offset >> 9) + index_in_cluster,
559 int index_in_cluster;
584 index_in_cluster = acb->sector_num & (s->cluster_sectors - 1);
585 n_end = index_in_cluster + acb->remaining_sectors;
591 index_in_cluster, n_end, &acb->cur_nr_sectors, &acb->l2meta);
623 (acb->cluster_offset >> 9) + index_in_cluster,