Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
A Dfile.c206 u32 bh_next, bh_off, z_end; in ntfs_zero_range() local
212 z_end = (page_off + PAGE_SIZE) > vbo_to ? (vbo_to - page_off) in ntfs_zero_range()
230 if (bh_next <= z_start || bh_off >= z_end) in ntfs_zero_range()
264 zero_user_segment(page, z_start, z_end); in ntfs_zero_range()

Completed in 5 milliseconds