Lines Matching defs:clusterofs
18 u16 clusterofs;
50 m->clusterofs = 1 << vi->z_logical_clusterbits;
69 m->clusterofs = le16_to_cpu(di->di_clusterofs);
70 if (m->clusterofs >= 1 << vi->z_logical_clusterbits) {
150 m->clusterofs = 1 << lclusterbits;
182 m->clusterofs = lo;
314 m->map->m_la = (lcn << lclusterbits) | m->clusterofs;
425 m->clusterofs != 1 << lclusterbits);
442 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la;
480 if (endoff >= m.clusterofs) {
482 map->m_la = (m.lcn << lclusterbits) | m.clusterofs;
492 /* m.lcn should be >= 1 if endoff < m.clusterofs */
500 end = (m.lcn << lclusterbits) | m.clusterofs;