Lines Matching defs:pos
41 int pos, len;
70 /* Set @pos to the position of the byte containing @start_bit. */
71 pos = (start_bit >> 3) & ~PAGE_MASK;
78 u8 *byte = kaddr + pos;
90 /* Update @pos to the new position. */
91 pos++;
97 len = min_t(s64, cnt >> 3, PAGE_SIZE - pos);
98 memset(kaddr + pos, value ? 0xff : 0, len);
103 len += pos;
160 pos = __ntfs_bitmap_set_bits_in_run(vi, start_bit, count - cnt,
163 pos = 0;
164 if (!pos) {
173 "Unmount and run chkdsk.", PTR_ERR(page), pos);