Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ntfs3/
Dfile.c264 u32 bh_next, bh_off, to; in ntfs_zero_range() local
288 bh_next = bh_off + blocksize; in ntfs_zero_range()
290 if (bh_next <= from || bh_off >= to) in ntfs_zero_range()
311 } while (bh_off = bh_next, iblock += 1, in ntfs_zero_range()