Searched refs:NO_BLK (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/misc/ |
D | e2image.c | 58 #define NO_BLK ((blk64_t) -1) macro 229 generic_write(fd, header_buf, wrt_size, NO_BLK); in write_header() 746 generic_write(fd, zero_buf, 1, NO_BLK); in output_meta_data_blocks() 752 generic_write(fd, zero_buf, 1, NO_BLK); in output_meta_data_blocks() 1023 NO_BLK); in flush_l2_cache() 1109 img->cluster_size, NO_BLK); in update_refcount() 1140 ref->refcount_table_clusters << img->cluster_bits, NO_BLK); in sync_refcount() 1144 NO_BLK); in sync_refcount() 1264 generic_write(fd, (char *)img->l1_table, size, NO_BLK); in output_qcow2_meta_data_blocks()
|
/external/e2fsprogs/e2fsck/ |
D | pass5.c | 267 #define NO_BLK ((blk64_t) -1) macro 299 pctx->blk = pctx->blk2 = NO_BLK; in print_bitmap_problem() 369 pctx.blk = pctx.blk2 = NO_BLK; in check_block_bitmaps() 444 if (pctx.blk == NO_BLK) { in check_block_bitmaps() 501 if (pctx.blk != NO_BLK) in check_block_bitmaps()
|