Searched refs:ext_offset (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c626 ext_offset(int part) function
658 print_part(&ext.ptn[part], 0, ext_offset(part));
662 ext_offset(part), ext.base, 0);
703 print_part(&ext.ptn[which], 0, ext_offset(which));
1313 return ext_offset(p)
1366 ext_offset(p) == default_ptn)
1538 off[opt] = ext_offset(i) +
1751 if (ext_offset(part) > start)
1871 p_s = ext_offset(p);
1934 p_s = ext_offset(
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_allocation.c472 uint32_t udf_rw32_lbmap, ext_offset; local
595 ext_offset = lb_num * lb_size - foffset;
600 lb_num += (ext_offset + lb_size -1) / lb_size;
601 ext_offset = 0;
664 uint32_t ext_offset; local
733 ext_offset = (uint64_t) from * lb_size - foffset;
760 /* process extent, don't forget to advance on ext_offset! */
761 lb_num += (ext_offset + lb_size -1) / lb_size;
762 overlap = (len - ext_offset + lb_size -1) / lb_size;
763 ext_offset
[all...]

Completed in 63 milliseconds