Searched refs:NO_BLK (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/misc/ |
D | e2image.c | 57 #define NO_BLK ((blk64_t) -1) macro 228 generic_write(fd, header_buf, wrt_size, NO_BLK); in write_header() 737 generic_write(fd, zero_buf, 1, NO_BLK); in output_meta_data_blocks() 743 generic_write(fd, zero_buf, 1, NO_BLK); in output_meta_data_blocks() 1011 NO_BLK); in flush_l2_cache() 1097 img->cluster_size, NO_BLK); in update_refcount() 1128 ref->refcount_table_clusters << img->cluster_bits, NO_BLK); in sync_refcount() 1132 NO_BLK); in sync_refcount() 1252 generic_write(fd, (char *)img->l1_table, size, NO_BLK); in output_qcow2_meta_data_blocks()
|
/external/e2fsprogs/e2fsck/ |
D | pass5.c | 269 #define NO_BLK ((blk64_t) -1) macro 301 pctx->blk = pctx->blk2 = NO_BLK; in print_bitmap_problem() 371 pctx.blk = pctx.blk2 = NO_BLK; in check_block_bitmaps() 446 if (pctx.blk == NO_BLK) { in check_block_bitmaps() 503 if (pctx.blk != NO_BLK) in check_block_bitmaps()
|