Searched defs:part_offset (Results 1 – 3 of 3) sorted by relevance
965 s64 part_offset, s64 part_length, int flags) in ntfs_device_win32_open_volume_for_partition()1061 s64 *part_offset, s64 *part_length, int *hidden_sectors) in ntfs_device_win32_find_partition()
958 for (unsigned part_offset = 0; part_offset < size; part_offset += (0x4000 - 0x40)) { in fd6_clear_buffer() local
91 static struct partition* part_offset(char *secbuf, int i) in part_offset() function