Lines Matching refs:pos
41 int pos, len; in __ntfs_bitmap_set_bits_in_run() local
71 pos = (start_bit >> 3) & ~PAGE_MASK; in __ntfs_bitmap_set_bits_in_run()
78 u8 *byte = kaddr + pos; in __ntfs_bitmap_set_bits_in_run()
91 pos++; in __ntfs_bitmap_set_bits_in_run()
97 len = min_t(s64, cnt >> 3, PAGE_SIZE - pos); in __ntfs_bitmap_set_bits_in_run()
98 memset(kaddr + pos, value ? 0xff : 0, len); in __ntfs_bitmap_set_bits_in_run()
103 len += pos; in __ntfs_bitmap_set_bits_in_run()
160 pos = __ntfs_bitmap_set_bits_in_run(vi, start_bit, count - cnt, in __ntfs_bitmap_set_bits_in_run()
163 pos = 0; in __ntfs_bitmap_set_bits_in_run()
164 if (!pos) { in __ntfs_bitmap_set_bits_in_run()
173 "Unmount and run chkdsk.", PTR_ERR(page), pos); in __ntfs_bitmap_set_bits_in_run()