Home
last modified time | relevance | path

Searched refs:bitmap_offset (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dubd_kern.c148 int bitmap_offset; member
177 .bitmap_offset = 0, \
570 int bitmap_offset; in ubd_file_size() local
583 &mtime, &size, &sector_size, &align, &bitmap_offset); in ubd_file_size()
801 back_ptr, &ubd_dev->cow.bitmap_offset, in ubd_open_dev()
808 &ubd_dev->cow.bitmap_offset, in ubd_open_dev()
836 ubd_dev->cow.bitmap_offset, in ubd_open_dev()
1258 __u64 bitmap_offset, unsigned long *bitmap_words, in cowify_bitmap() argument
1292 *cow_offset += bitmap_offset; in cowify_bitmap()
1297 __u64 bitmap_offset, __u64 bitmap_len) in cowify_req() argument
[all …]
H A Dcow_user.c126 int bitmap_offset, unsigned long *bitmap_len_out, in cow_sizes() argument
132 *data_offset_out = bitmap_offset + *bitmap_len_out; in cow_sizes()
141 *data_offset_out = bitmap_offset + *bitmap_len_out; in cow_sizes()
H A Dcow.h23 int bitmap_offset, unsigned long *bitmap_len_out,
/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dfree-space-tests.c161 u64 bitmap_offset = (u64)(BITS_PER_BITMAP * sectorsize); in test_bitmaps_and_extents() local
270 ret = test_add_free_space_entry(cache, bitmap_offset + SZ_4M, SZ_4M, 1); in test_bitmaps_and_extents()
276 ret = test_add_free_space_entry(cache, bitmap_offset - SZ_1M, in test_bitmaps_and_extents()
283 ret = btrfs_remove_free_space(cache, bitmap_offset + SZ_1M, 5 * SZ_1M); in test_bitmaps_and_extents()
289 if (test_check_exists(cache, bitmap_offset + SZ_1M, 5 * SZ_1M)) { in test_bitmaps_and_extents()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Defifb.c28 u32 bitmap_offset; member
198 if ((file_header->bitmap_offset + bmp_pitch * bmp_height) > in efifb_show_boot_graphics()
226 efifb_copy_bmp(bgrt_image + file_header->bitmap_offset + in efifb_show_boot_graphics()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dfree-space-cache.c2342 const u64 bitmap_offset = offset_to_bitmap(ctl, end); in steal_from_bitmap_to_end() local
2345 bitmap = tree_search_offset(ctl, bitmap_offset, 1, 0); in steal_from_bitmap_to_end()
2376 u64 bitmap_offset; in steal_from_bitmap_to_front() local
2382 bitmap_offset = offset_to_bitmap(ctl, info->offset); in steal_from_bitmap_to_front()
2384 if (bitmap_offset == info->offset) { in steal_from_bitmap_to_front()
2387 bitmap_offset = offset_to_bitmap(ctl, info->offset - 1); in steal_from_bitmap_to_front()
2390 bitmap = tree_search_offset(ctl, bitmap_offset, 1, 0); in steal_from_bitmap_to_front()
3256 u64 bitmap_offset = offset_to_bitmap(ctl, offset); in setup_cluster_bitmap() local
3268 if (!entry || entry->offset != bitmap_offset) { in setup_cluster_bitmap()
3269 entry = tree_search_offset(ctl, bitmap_offset, 1, 0); in setup_cluster_bitmap()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/raid/
H A Dmd_p.h247 __le32 bitmap_offset; /* sectors after start of superblock that bitmap starts member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/raid/
H A Dmd_p.h247 __le32 bitmap_offset; /* sectors after start of superblock that bitmap starts member
/OK3568_Linux_fs/kernel/include/uapi/linux/raid/
H A Dmd_p.h247 __le32 bitmap_offset; /* sectors after start of superblock that bitmap starts member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_dev.h681 uint16_t bitmap_offset; member
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd.c1874 (__s32)le32_to_cpu(sb->bitmap_offset); in super_1_validate()
2049 sb->bitmap_offset = cpu_to_le32((__u32)mddev->bitmap_info.offset); in super_1_sync()