Searched refs:vbo_a (Results 1 – 1 of 1) sorted by relevance
589 loff_t mask, vbo_a, end_a, tmp; in ntfs_fallocate() local609 vbo_a = (vbo + mask) & ~mask; in ntfs_fallocate()612 tmp = min(vbo_a, end); in ntfs_fallocate()626 if (end_a > vbo_a) { in ntfs_fallocate()628 err = attr_punch_hole(ni, vbo_a, end_a - vbo_a, NULL); in ntfs_fallocate()