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

/linux-master/fs/ntfs3/
H A Dfile.c188 u32 bh_next, bh_off, to; local
212 bh_next = bh_off + blocksize;
214 if (bh_next <= from || bh_off >= to)
235 } while (bh_off = bh_next, iblock += 1,

Completed in 105 milliseconds