Lines Matching defs:clu_offset
71 unsigned int type, clu_offset, max_dentries;
95 clu_offset = EXFAT_DEN_TO_CLU(dentry, sbi);
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--;
664 unsigned int clu_offset;
667 clu_offset = EXFAT_B_TO_CLU(byte_offset, sbi);
671 cur_clu += clu_offset;
673 while (clu_offset > 0) {
683 clu_offset--;