Lines Matching refs:pos
55 int pos, len; in __ntfs_bitmap_set_bits_in_run() local
85 pos = (start_bit >> 3) & ~PAGE_MASK; in __ntfs_bitmap_set_bits_in_run()
92 u8 *byte = kaddr + pos; in __ntfs_bitmap_set_bits_in_run()
105 pos++; in __ntfs_bitmap_set_bits_in_run()
111 len = min_t(s64, cnt >> 3, PAGE_SIZE - pos); in __ntfs_bitmap_set_bits_in_run()
112 memset(kaddr + pos, value ? 0xff : 0, len); in __ntfs_bitmap_set_bits_in_run()
117 len += pos; in __ntfs_bitmap_set_bits_in_run()
174 pos = __ntfs_bitmap_set_bits_in_run(vi, start_bit, count - cnt, in __ntfs_bitmap_set_bits_in_run()
177 pos = 0; in __ntfs_bitmap_set_bits_in_run()
178 if (!pos) { in __ntfs_bitmap_set_bits_in_run()
187 "Unmount and run chkdsk.", PTR_ERR(page), pos); in __ntfs_bitmap_set_bits_in_run()