Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dfile.c205 u32 bh_next, bh_off, z_end; in ntfs_zero_range() local
227 bh_next = bh_off + blocksize; in ntfs_zero_range()
229 if (bh_next <= z_start || bh_off >= z_end) in ntfs_zero_range()
260 } while (bh_off = bh_next, iblock += 1, in ntfs_zero_range()
320 u32 bh_next = bh_off + blocksize; in ntfs_sparse_cluster() local
322 if (from <= bh_off && bh_next <= to) { in ntfs_sparse_cluster()
328 bh_off = bh_next; in ntfs_sparse_cluster()