Home
last modified time | relevance | path

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

/arch/um/drivers/
Dcow.h7 int sectorsize, int alignment, int *bitmap_offset_out,
15 __u32 *align_out, int *bitmap_offset_out);
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()
Dubd_kern.c616 char **backing_file_out, int *bitmap_offset_out, in open_ubd_file() argument
655 &size, &sectorsize, &align, bitmap_offset_out); in open_ubd_file()
685 cow_sizes(version, size, sectorsize, align, *bitmap_offset_out, in open_ubd_file()
696 int sectorsize, int alignment, int *bitmap_offset_out, in create_cow_file() argument
711 bitmap_offset_out, bitmap_len_out, in create_cow_file()