Lines Matching defs:clu_offset
69 unsigned int type, clu_offset, max_dentries;
95 clu_offset = dentry >> dentries_per_clu_bits;
99 clu.dir += clu_offset;
100 clu.size -= clu_offset;
103 if (clu_offset > 0 && ei->hint_bmap.off != EXFAT_EOF_CLUSTER &&
104 ei->hint_bmap.off > 0 && clu_offset >= ei->hint_bmap.off) {
105 clu_offset -= ei->hint_bmap.off;
109 while (clu_offset > 0 && clu.dir != EXFAT_EOF_CLUSTER) {
113 clu_offset--;
629 unsigned int clu_offset;
632 clu_offset = EXFAT_B_TO_CLU(byte_offset, sbi);
636 cur_clu += clu_offset;
638 while (clu_offset > 0) {
648 clu_offset--;