Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Dfile.c203 u32 bh_next, bh_off, z_end; in ntfs_zero_range() local
209 z_end = (page_off + PAGE_SIZE) > vbo_to ? (vbo_to - page_off) in ntfs_zero_range()
227 if (bh_next <= z_start || bh_off >= z_end) in ntfs_zero_range()
261 zero_user_segment(page, z_start, z_end); in ntfs_zero_range()