Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dfile.c178 static int ntfs_zero_range(struct inode *inode, u64 vbo, u64 vbo_to) in ntfs_zero_range() argument
185 pgoff_t idx_end = (vbo_to + PAGE_SIZE - 1) >> PAGE_SHIFT; in ntfs_zero_range()
194 to = (page_off + PAGE_SIZE) > vbo_to ? (vbo_to - page_off) : in ntfs_zero_range()