Home
last modified time | relevance | path

Searched refs:NO_BLK (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
De2image.c51 #define NO_BLK ((blk64_t) -1) macro
220 generic_write(fd, header_buf, wrt_size, NO_BLK); in write_header()
725 generic_write(fd, zero_buf, 1, NO_BLK); in output_meta_data_blocks()
731 generic_write(fd, zero_buf, 1, NO_BLK); in output_meta_data_blocks()
997 NO_BLK); in flush_l2_cache()
1083 img->cluster_size, NO_BLK); in update_refcount()
1114 ref->refcount_table_clusters << img->cluster_bits, NO_BLK); in sync_refcount()
1118 NO_BLK); in sync_refcount()
1236 generic_write(fd, (char *)img->l1_table, size, NO_BLK); in output_qcow2_meta_data_blocks()
/external/e2fsprogs/e2fsck/
Dpass5.c151 #define NO_BLK ((blk64_t) -1) macro
183 pctx->blk = pctx->blk2 = NO_BLK; in print_bitmap_problem()
261 pctx.blk = pctx.blk2 = NO_BLK; in check_block_bitmaps()
408 if (pctx.blk == NO_BLK) { in check_block_bitmaps()
471 if (pctx.blk != NO_BLK) in check_block_bitmaps()