Home
last modified time | relevance | path

Searched refs:partition_offset (Results 1 – 2 of 2) sorted by relevance

/linux/fs/exfat/
H A Dexfat_raw.h93 __le64 partition_offset; member
/linux/drivers/md/dm-vdo/
H A Dencodings.c1041 u64 partition_offset, count; in decode_layout() local
1044 decode_u64_le(buffer, offset, &partition_offset); in decode_layout()
1048 result = allocate_partition(layout, id, partition_offset, count); in decode_layout()