/src/sys/fs/udf/ |
udf_allocation.c | 464 uint32_t udf_rw32_lbmap, ext_offset; local in function:udf_translate_vtop 587 ext_offset = lb_num * lb_size - foffset; 592 lb_num += (ext_offset + lb_size -1) / lb_size; 593 ext_offset = 0; 656 uint32_t ext_offset; local in function:udf_translate_file_extent 725 ext_offset = (uint64_t) from * lb_size - foffset; 752 /* process extent, don't forget to advance on ext_offset! */ 753 lb_num += (ext_offset + lb_size -1) / lb_size; 754 overlap = (len - ext_offset + lb_size -1) / lb_size; 755 ext_offset = 0 [all...] |
udf_allocation.c | 464 uint32_t udf_rw32_lbmap, ext_offset; local in function:udf_translate_vtop 587 ext_offset = lb_num * lb_size - foffset; 592 lb_num += (ext_offset + lb_size -1) / lb_size; 593 ext_offset = 0; 656 uint32_t ext_offset; local in function:udf_translate_file_extent 725 ext_offset = (uint64_t) from * lb_size - foffset; 752 /* process extent, don't forget to advance on ext_offset! */ 753 lb_num += (ext_offset + lb_size -1) / lb_size; 754 overlap = (len - ext_offset + lb_size -1) / lb_size; 755 ext_offset = 0 [all...] |
udf_allocation.c | 464 uint32_t udf_rw32_lbmap, ext_offset; local in function:udf_translate_vtop 587 ext_offset = lb_num * lb_size - foffset; 592 lb_num += (ext_offset + lb_size -1) / lb_size; 593 ext_offset = 0; 656 uint32_t ext_offset; local in function:udf_translate_file_extent 725 ext_offset = (uint64_t) from * lb_size - foffset; 752 /* process extent, don't forget to advance on ext_offset! */ 753 lb_num += (ext_offset + lb_size -1) / lb_size; 754 overlap = (len - ext_offset + lb_size -1) / lb_size; 755 ext_offset = 0 [all...] |
/src/sbin/fdisk/ |
fdisk.c | 679 ext_offset(int part) function in typeref:typename:daddr_t 711 print_part(&ext.ptn[part], 0, ext_offset(part)); 715 ext_offset(part), ext.base, 0); 756 print_part(&ext.ptn[which], 0, ext_offset(which)); 1361 return ext_offset(p) 1414 ext_offset(p) == default_ptn) 1586 off[opt] = ext_offset(i) + 1798 if (ext_offset(part) > start) 1918 p_s = ext_offset(p); 1981 p_s = ext_offset(p) [all...] |
fdisk.c | 679 ext_offset(int part) function in typeref:typename:daddr_t 711 print_part(&ext.ptn[part], 0, ext_offset(part)); 715 ext_offset(part), ext.base, 0); 756 print_part(&ext.ptn[which], 0, ext_offset(which)); 1361 return ext_offset(p) 1414 ext_offset(p) == default_ptn) 1586 off[opt] = ext_offset(i) + 1798 if (ext_offset(part) > start) 1918 p_s = ext_offset(p); 1981 p_s = ext_offset(p) [all...] |
fdisk.c | 679 ext_offset(int part) function in typeref:typename:daddr_t 711 print_part(&ext.ptn[part], 0, ext_offset(part)); 715 ext_offset(part), ext.base, 0); 756 print_part(&ext.ptn[which], 0, ext_offset(which)); 1361 return ext_offset(p) 1414 ext_offset(p) == default_ptn) 1586 off[opt] = ext_offset(i) + 1798 if (ext_offset(part) > start) 1918 p_s = ext_offset(p); 1981 p_s = ext_offset(p) [all...] |