Searched refs:hint_bmap (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/exfat/
H A Dinode.c168 if (clu_offset > 0 && ei->hint_bmap.off != EXFAT_EOF_CLUSTER &&
169 ei->hint_bmap.off > 0 && clu_offset >= ei->hint_bmap.off) {
170 clu_offset -= ei->hint_bmap.off;
171 /* hint_bmap.clu should be valid */
172 WARN_ON(ei->hint_bmap.clu < 2);
173 *clu = ei->hint_bmap.clu;
257 ei->hint_bmap.off = local_clu_offset;
258 ei->hint_bmap.clu = *clu;
646 ei->hint_bmap
[all...]
H A Ddir.c103 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;
106 clu.dir = ei->hint_bmap.clu;
174 ei->hint_bmap.off = EXFAT_DEN_TO_CLU(dentry, sbi);
175 ei->hint_bmap.clu = clu.dir;
H A Dfile.c226 ei->hint_bmap.off = EXFAT_EOF_CLUSTER;
227 ei->hint_bmap.clu = EXFAT_EOF_CLUSTER;
H A Dexfat_fs.h300 struct exfat_hint hint_bmap; member in struct:exfat_inode_info
H A Dsuper.c348 ei->hint_bmap.off = EXFAT_EOF_CLUSTER;

Completed in 212 milliseconds