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

/linux-master/fs/ntfs3/
H A Dfile.c176 * It zeroes a range [vbo, vbo_to).
178 static int ntfs_zero_range(struct inode *inode, u64 vbo, u64 vbo_to) argument
185 pgoff_t idx_end = (vbo_to + PAGE_SIZE - 1) >> PAGE_SHIFT;
195 to = (page_off + PAGE_SIZE) > vbo_to ? (vbo_to - page_off) :

Completed in 139 milliseconds