Home
last modified time | relevance | path

Searched refs:z_end (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
211 z_end = (page_off + PAGE_SIZE) > vbo_to ? (vbo_to - page_off) in ntfs_zero_range()
229 if (bh_next <= z_start || bh_off >= z_end) in ntfs_zero_range()
263 zero_user_segment(page, z_start, z_end); in ntfs_zero_range()