Searched refs:vbo_a (Results 1 – 1 of 1) sorted by relevance
489 loff_t mask, vbo_a, end_a, tmp; in ntfs_fallocate() local510 vbo_a = (vbo + mask) & ~mask; in ntfs_fallocate()513 tmp = min(vbo_a, end); in ntfs_fallocate()527 if (end_a > vbo_a) { in ntfs_fallocate()529 err = attr_punch_hole(ni, vbo_a, end_a - vbo_a, NULL); in ntfs_fallocate()