Home
last modified time | relevance | path

Searched defs:part_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/e2fsprogs/misc/
Dmk_hugefiles.c469 blk64_t part_offset) in round_up_align()
487 blk64_t fs_blocks, part_offset = 0; in mk_hugefiles() local
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c965 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()
/third_party/toybox/toys/pending/
Dfdisk.c91 static struct partition* part_offset(char *secbuf, int i) in part_offset() function