Searched refs:bitmap_offset (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/btrfs/tests/ |
D | free-space-tests.c | 202 u64 bitmap_offset = (u64)(BITS_PER_BITMAP * 4096); in test_bitmaps_and_extents() local 311 ret = test_add_free_space_entry(cache, bitmap_offset + 4 * 1024 * 1024, in test_bitmaps_and_extents() 318 ret = test_add_free_space_entry(cache, bitmap_offset - 1 * 1024 * 1024, in test_bitmaps_and_extents() 325 ret = btrfs_remove_free_space(cache, bitmap_offset + 1 * 1024 * 1024, in test_bitmaps_and_extents() 332 if (test_check_exists(cache, bitmap_offset + 1 * 1024 * 1024, in test_bitmaps_and_extents()
|
/linux-4.1.27/arch/um/drivers/ |
D | ubd_kern.c | 126 int bitmap_offset; member 158 .bitmap_offset = 0, \ 509 int bitmap_offset; in ubd_file_size() local 522 &mtime, &size, §or_size, &align, &bitmap_offset); in ubd_file_size() 744 back_ptr, &ubd_dev->cow.bitmap_offset, in ubd_open_dev() 751 &ubd_dev->cow.bitmap_offset, in ubd_open_dev() 779 ubd_dev->cow.bitmap_offset, in ubd_open_dev() 1154 __u64 bitmap_offset, unsigned long *bitmap_words, in cowify_bitmap() argument 1188 *cow_offset += bitmap_offset; in cowify_bitmap() 1192 __u64 bitmap_offset, __u64 bitmap_len) in cowify_req() argument [all …]
|
D | cow.h | 22 int bitmap_offset, unsigned long *bitmap_len_out,
|
D | cow_user.c | 125 int bitmap_offset, unsigned long *bitmap_len_out, in cow_sizes() argument 131 *data_offset_out = bitmap_offset + *bitmap_len_out; in cow_sizes() 140 *data_offset_out = bitmap_offset + *bitmap_len_out; in cow_sizes()
|
/linux-4.1.27/include/uapi/linux/raid/ |
D | md_p.h | 235 __le32 bitmap_offset; /* sectors after start of superblock that bitmap starts member
|
/linux-4.1.27/fs/btrfs/ |
D | free-space-cache.c | 2166 const u64 bitmap_offset = offset_to_bitmap(ctl, end); in steal_from_bitmap_to_end() local 2169 bitmap = tree_search_offset(ctl, bitmap_offset, 1, 0); in steal_from_bitmap_to_end() 2196 u64 bitmap_offset; in steal_from_bitmap_to_front() local 2202 bitmap_offset = offset_to_bitmap(ctl, info->offset); in steal_from_bitmap_to_front() 2204 if (bitmap_offset == info->offset) { in steal_from_bitmap_to_front() 2207 bitmap_offset = offset_to_bitmap(ctl, info->offset - 1); in steal_from_bitmap_to_front() 2210 bitmap = tree_search_offset(ctl, bitmap_offset, 1, 0); in steal_from_bitmap_to_front() 2935 u64 bitmap_offset = offset_to_bitmap(ctl, offset); in setup_cluster_bitmap() local 2945 if (entry->offset != bitmap_offset) { in setup_cluster_bitmap() 2946 entry = tree_search_offset(ctl, bitmap_offset, 1, 0); in setup_cluster_bitmap()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_dev.h | 684 uint16_t bitmap_offset; member
|
/linux-4.1.27/drivers/md/ |
D | md.c | 1590 (__s32)le32_to_cpu(sb->bitmap_offset); in super_1_validate() 1721 sb->bitmap_offset = cpu_to_le32((__u32)mddev->bitmap_info.offset); in super_1_sync()
|