Home
last modified time | relevance | path

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

/Linux-v4.19/arch/um/drivers/
Dcow_user.c281 int *bitmap_offset_out) in read_cow_header() argument
319 *bitmap_offset_out = sizeof(header->v1); in read_cow_header()
332 *bitmap_offset_out = sizeof(header->v2); in read_cow_header()
351 *bitmap_offset_out = ROUND_UP(sizeof(header->v3), *align_out); in read_cow_header()
382 *bitmap_offset_out = ROUND_UP(sizeof(header->v3_b), *align_out); in read_cow_header()
403 int alignment, int *bitmap_offset_out, in init_cow_file() argument
415 *bitmap_offset_out = ROUND_UP(sizeof(struct cow_header_v3), alignment); in init_cow_file()
416 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.c674 char **backing_file_out, int *bitmap_offset_out, in open_ubd_file() argument
713 &size, &sectorsize, &align, bitmap_offset_out); in open_ubd_file()
743 cow_sizes(version, size, sectorsize, align, *bitmap_offset_out, in open_ubd_file()
754 int sectorsize, int alignment, int *bitmap_offset_out, in create_cow_file() argument
769 bitmap_offset_out, bitmap_len_out, in create_cow_file()