Searched refs:nstrip (Results 1 – 1 of 1) sorted by relevance
143 off_t nstrip; in V2P() local148 nstrip = virt / strip_size; in V2P()152 *disk = (nstrip * N) % vol->v_disks_count; in V2P()154 *offset = ((nstrip * N) / vol->v_disks_count) * strip_size; in V2P()161 off_t nstrip, start; in P2V() local168 nstrip = (offset / strip_size) * vol->v_disks_count + disk; in P2V()170 *copy = nstrip % N; in P2V()172 *virt = (nstrip / N) * strip_size + start; in P2V()