Searched refs:bitmap_offset (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/um/drivers/
H A Dcow.h23 int bitmap_offset, unsigned long *bitmap_len_out,
H A Dcow_user.c126 int bitmap_offset, unsigned long *bitmap_len_out,
132 *data_offset_out = bitmap_offset + *bitmap_len_out;
141 *data_offset_out = bitmap_offset + *bitmap_len_out;
125 cow_sizes(int version, __u64 size, int sectorsize, int align, int bitmap_offset, unsigned long *bitmap_len_out, int *data_offset_out) argument
H A Dubd_kern.c140 int bitmap_offset; member in struct:cow
169 .bitmap_offset = 0, \
513 int bitmap_offset; local
526 &mtime, &size, &sector_size, &align, &bitmap_offset);
744 back_ptr, &ubd_dev->cow.bitmap_offset,
751 &ubd_dev->cow.bitmap_offset,
777 ubd_dev->cow.bitmap_offset,
1152 __u64 bitmap_offset, unsigned long *bitmap_words,
1186 *cow_offset += bitmap_offset;
1191 __u64 bitmap_offset, __u6
1150 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
1189 cowify_req(struct io_thread_req *req, struct io_desc *segment, unsigned long offset, unsigned long *bitmap, __u64 bitmap_offset, __u64 bitmap_len) argument
[all...]
/linux-master/fs/btrfs/tests/
H A Dfree-space-tests.c161 u64 bitmap_offset = (u64)(BITS_PER_BITMAP * sectorsize); local
270 ret = test_add_free_space_entry(cache, bitmap_offset + SZ_4M, SZ_4M, 1);
276 ret = test_add_free_space_entry(cache, bitmap_offset - SZ_1M,
283 ret = btrfs_remove_free_space(cache, bitmap_offset + SZ_1M, 5 * SZ_1M);
289 if (test_check_exists(cache, bitmap_offset + SZ_1M, 5 * SZ_1M)) {
/linux-master/drivers/video/fbdev/
H A Defifb.c28 u32 bitmap_offset; member in struct:bmp_file_header
202 if ((file_header->bitmap_offset + bmp_pitch * bmp_height) >
230 efifb_copy_bmp(bgrt_image + file_header->bitmap_offset +
/linux-master/include/uapi/linux/raid/
H A Dmd_p.h229 __le32 feature_map; /* bit 0 set if 'bitmap_offset' is meaningful */
243 __le32 bitmap_offset; /* sectors after start of superblock that bitmap starts member in union:mdp_superblock_1::__anon3737
/linux-master/fs/btrfs/
H A Dfree-space-cache.c2506 const u64 bitmap_offset = offset_to_bitmap(ctl, end); local
2509 bitmap = tree_search_offset(ctl, bitmap_offset, 1, 0);
2537 u64 bitmap_offset; local
2543 bitmap_offset = offset_to_bitmap(ctl, info->offset);
2545 if (bitmap_offset == info->offset) {
2548 bitmap_offset = offset_to_bitmap(ctl, info->offset - 1);
2551 bitmap = tree_search_offset(ctl, bitmap_offset, 1, 0);
3511 u64 bitmap_offset = offset_to_bitmap(ctl, offset); local
3523 if (!entry || entry->offset != bitmap_offset) {
3524 entry = tree_search_offset(ctl, bitmap_offset,
[all...]
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_dev.h681 uint16_t bitmap_offset; member in struct:qxl_compat_drawable
/linux-master/drivers/md/
H A Dmd.c1915 (__s32)le32_to_cpu(sb->bitmap_offset);
2119 sb->bitmap_offset = cpu_to_le32((__u32)mddev->bitmap_info.offset);

Completed in 266 milliseconds