Searched refs:ext_offset (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sbin/fdisk/ |
| D | fdisk.c | 679 ext_offset(int part) in ext_offset() function 711 print_part(&ext.ptn[part], 0, ext_offset(part)); in print_s0() 715 ext_offset(part), ext.base, 0); in print_s0() 756 print_part(&ext.ptn[which], 0, ext_offset(which)); in print_s0() 1361 return ext_offset(p) in get_default_boot() 1414 ext_offset(p) == default_ptn) in set_default_boot() 1586 off[opt] = ext_offset(i) + in configure_bootsel() 1798 if (ext_offset(part) > start) in add_ext_ptn() 1918 p_s = ext_offset(p); in check_overlap() 1981 p_s = ext_offset(p); in check_ext_overlap() [all …]
|
| /netbsd/src/sbin/gpt/ |
| D | gpt.c | 282 gpt_mbr(gpt_t gpt, off_t lba, unsigned int *next_index, off_t ext_offset) in gpt_mbr() argument 361 start += ext_offset; in gpt_mbr() 363 ext_offset ? ext_offset : start) == -1) in gpt_mbr()
|
| /netbsd/src/sys/fs/udf/ |
| D | udf_allocation.c | 464 uint32_t udf_rw32_lbmap, ext_offset; in udf_translate_vtop() local 587 ext_offset = lb_num * lb_size - foffset; in udf_translate_vtop() 592 lb_num += (ext_offset + lb_size -1) / lb_size; in udf_translate_vtop() 593 ext_offset = 0; in udf_translate_vtop() 656 uint32_t ext_offset; in udf_translate_file_extent() local 725 ext_offset = (uint64_t) from * lb_size - foffset; in udf_translate_file_extent() 753 lb_num += (ext_offset + lb_size -1) / lb_size; in udf_translate_file_extent() 754 overlap = (len - ext_offset + lb_size -1) / lb_size; in udf_translate_file_extent() 755 ext_offset = 0; in udf_translate_file_extent()
|