Searched refs:bitmap_offset_out (Results 1 – 3 of 3) sorted by relevance
/arch/um/drivers/ |
D | cow.h | 8 int sectorsize, int alignment, int *bitmap_offset_out, 16 __u32 *align_out, int *bitmap_offset_out);
|
D | cow_user.c | 282 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()
|
D | ubd_kern.c | 626 char **backing_file_out, int *bitmap_offset_out, in open_ubd_file() argument 665 &size, §orsize, &align, bitmap_offset_out); in open_ubd_file() 695 cow_sizes(version, size, sectorsize, align, *bitmap_offset_out, in open_ubd_file() 706 int sectorsize, int alignment, int *bitmap_offset_out, in create_cow_file() argument 721 bitmap_offset_out, bitmap_len_out, in create_cow_file()
|