Home | Sort by: relevance | last modified time | path |
/src/sys/fs/udf/ | |
udf_strat_sequential.c | 326 uint32_t udf_rw32_lbmap; local in function:udf_VAT_mapping_update 339 udf_rw32_lbmap = udf_rw32(lb_map); 343 fdscr->tag.tag_loc = udf_rw32_lbmap; 346 udf_rw32(udf_rw32_lbmap))); 364 (uint8_t *) &udf_rw32_lbmap, 4, |
udf_allocation.c | 464 uint32_t udf_rw32_lbmap, ext_offset; local in function:udf_translate_vtop 502 (uint8_t *) &udf_rw32_lbmap, 4, 509 lb_num = udf_rw32(udf_rw32_lbmap); 817 uint32_t lb_size, lb_num, lb_map, udf_rw32_lbmap; local in function:udf_search_free_vatloc 846 udf_rw32_lbmap = *((uint32_t *) (blob + entry * 4)); 847 lb_map = udf_rw32(udf_rw32_lbmap); 1304 uint32_t lb_map, udf_rw32_lbmap; local in function:udf_free_allocated_space 1351 udf_rw32_lbmap = udf_rw32(lb_map); 1353 (uint8_t *) &udf_rw32_lbmap, 4, |
/src/sbin/newfs_udf/ | |
udf_core.c | 3886 uint32_t udf_rw32_lbmap; local in function:udf_translate_vtop 3923 udf_rw32_lbmap = *((uint32_t *) vat_pos); 3927 lb_num = udf_rw32(udf_rw32_lbmap); |