Home
last modified time | relevance | path

Searched refs:bitmap_offset_out (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/um/drivers/
Dcow_user.c282 int *bitmap_offset_out) in read_cow_header() argument
320 *bitmap_offset_out = sizeof(header->v1); in read_cow_header()
333 *bitmap_offset_out = sizeof(header->v2); in read_cow_header()
352 *bitmap_offset_out = ROUND_UP(sizeof(header->v3), *align_out); in read_cow_header()
383 *bitmap_offset_out = ROUND_UP(sizeof(header->v3_b), *align_out); in read_cow_header()
404 int alignment, int *bitmap_offset_out, in init_cow_file() argument
416 *bitmap_offset_out = ROUND_UP(sizeof(struct cow_header_v3), alignment); in init_cow_file()
417 cow_sizes(COW_VERSION, size, sectorsize, alignment, *bitmap_offset_out, in init_cow_file()
Dcow.h8 int sectorsize, int alignment, int *bitmap_offset_out,
16 __u32 *align_out, int *bitmap_offset_out);
Dubd_kern.c625 char **backing_file_out, int *bitmap_offset_out, in open_ubd_file() argument
664 &size, &sectorsize, &align, bitmap_offset_out); in open_ubd_file()
694 cow_sizes(version, size, sectorsize, align, *bitmap_offset_out, in open_ubd_file()
705 int sectorsize, int alignment, int *bitmap_offset_out, in create_cow_file() argument
720 bitmap_offset_out, bitmap_len_out, in create_cow_file()