Lines Matching refs:bloc
148 struct udf_bitmap *bitmap, lb_addr bloc, uint32_t offset, uint32_t count) in udf_bitmap_free_blocks() argument
159 if (bloc.logicalBlockNum < 0 || in udf_bitmap_free_blocks()
160 (bloc.logicalBlockNum + count) > UDF_SB_PARTLEN(sb, bloc.partitionReferenceNum)) in udf_bitmap_free_blocks()
163 bloc.logicalBlockNum, 0, bloc.logicalBlockNum, count, in udf_bitmap_free_blocks()
164 UDF_SB_PARTLEN(sb, bloc.partitionReferenceNum)); in udf_bitmap_free_blocks()
168 block = bloc.logicalBlockNum + offset + (sizeof(struct spaceBitmapDesc) << 3); in udf_bitmap_free_blocks()
427 struct inode * table, lb_addr bloc, uint32_t offset, uint32_t count) in udf_table_free_blocks() argument
437 if (bloc.logicalBlockNum < 0 || in udf_table_free_blocks()
438 (bloc.logicalBlockNum + count) > UDF_SB_PARTLEN(sb, bloc.partitionReferenceNum)) in udf_table_free_blocks()
441 bloc.logicalBlockNum, 0, bloc.logicalBlockNum, count, in udf_table_free_blocks()
442 UDF_SB_PARTLEN(sb, bloc.partitionReferenceNum)); in udf_table_free_blocks()
457 start = bloc.logicalBlockNum + offset; in udf_table_free_blocks()
458 end = bloc.logicalBlockNum + offset + count - 1; in udf_table_free_blocks()
674 lb_addr bloc, eloc; in udf_table_prealloc_blocks() local
691 bloc = UDF_I_LOCATION(table); in udf_table_prealloc_blocks()
693 bh = udf_tread(sb, udf_get_lb_pblock(sb, bloc, 0)); in udf_table_prealloc_blocks()
697 udf_next_aext(table, &bloc, &extoffset, &eloc, &elen, &bh, 1)) != -1) in udf_table_prealloc_blocks()
716 udf_write_aext(table, bloc, &extoffset, eloc, (etype << 30) | elen, bh, 1); in udf_table_prealloc_blocks()
719 udf_delete_aext(table, bloc, extoffset, eloc, (etype << 30) | elen, bh); in udf_table_prealloc_blocks()
744 lb_addr bloc, goal_bloc, eloc, goal_eloc; in udf_table_new_block() local
769 bloc = UDF_I_LOCATION(table); in udf_table_new_block()
771 goal_bh = bh = udf_tread(sb, udf_get_lb_pblock(sb, bloc, 0)); in udf_table_new_block()
775 udf_next_aext(table, &bloc, &extoffset, &eloc, &elen, &bh, 1)) != -1) in udf_table_new_block()
797 goal_bloc = bloc; in udf_table_new_block()
851 lb_addr bloc, uint32_t offset, uint32_t count) in udf_free_blocks() argument
853 uint16_t partition = bloc.partitionReferenceNum; in udf_free_blocks()
859 bloc, offset, count); in udf_free_blocks()
865 bloc, offset, count); in udf_free_blocks()
871 bloc, offset, count); in udf_free_blocks()
877 bloc, offset, count); in udf_free_blocks()