Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ntfs3/
Dfile.c254 static int ntfs_zero_range(struct inode *inode, u64 vbo, u64 vbo_to) in ntfs_zero_range() argument
261 pgoff_t idx_end = (vbo_to + PAGE_SIZE - 1) >> PAGE_SHIFT; in ntfs_zero_range()
271 to = (page_off + PAGE_SIZE) > vbo_to ? (vbo_to - page_off) : in ntfs_zero_range()