Searched refs:cow_offset (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/drivers/
H A Dubd_kern.c72 unsigned long long cow_offset; member in struct:io_thread_req
1138 __u64 *cow_offset, unsigned long *bitmap,
1158 *cow_offset = sector / (sizeof(unsigned long) * 8);
1161 * device, and *cow_offset + 1 is off the end. So, just back it up
1165 if (*cow_offset == (DIV_ROUND_UP(bitmap_len,
1167 (*cow_offset)--;
1169 bitmap_words[0] = bitmap[*cow_offset];
1170 bitmap_words[1] = bitmap[*cow_offset + 1];
1172 *cow_offset *= sizeof(unsigned long);
1173 *cow_offset
1137 cowify_bitmap(__u64 io_offset, int length, unsigned long *cow_mask, __u64 *cow_offset, unsigned long *bitmap, __u64 bitmap_offset, unsigned long *bitmap_words, __u64 bitmap_len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/drivers/
H A Dubd_kern.c72 unsigned long long cow_offset; member in struct:io_thread_req
1138 __u64 *cow_offset, unsigned long *bitmap,
1158 *cow_offset = sector / (sizeof(unsigned long) * 8);
1161 * device, and *cow_offset + 1 is off the end. So, just back it up
1165 if (*cow_offset == (DIV_ROUND_UP(bitmap_len,
1167 (*cow_offset)--;
1169 bitmap_words[0] = bitmap[*cow_offset];
1170 bitmap_words[1] = bitmap[*cow_offset + 1];
1172 *cow_offset *= sizeof(unsigned long);
1173 *cow_offset
1137 cowify_bitmap(__u64 io_offset, int length, unsigned long *cow_mask, __u64 *cow_offset, unsigned long *bitmap, __u64 bitmap_offset, unsigned long *bitmap_words, __u64 bitmap_len) argument
[all...]

Completed in 62 milliseconds