HomeSort by relevance Sort by last modified time
    Searched refs:NO_BLK (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/misc/
e2image.c 51 #define NO_BLK ((blk64_t) -1)
220 generic_write(fd, header_buf, wrt_size, NO_BLK);
725 generic_write(fd, zero_buf, 1, NO_BLK);
731 generic_write(fd, zero_buf, 1, NO_BLK);
997 NO_BLK);
1083 img->cluster_size, NO_BLK);
1114 ref->refcount_table_clusters << img->cluster_bits, NO_BLK);
1118 NO_BLK);
1236 generic_write(fd, (char *)img->l1_table, size, NO_BLK);
    [all...]
  /external/e2fsprogs/e2fsck/
pass5.c 151 #define NO_BLK ((blk64_t) -1)
183 pctx->blk = pctx->blk2 = NO_BLK;
261 pctx.blk = pctx.blk2 = NO_BLK;
408 if (pctx.blk == NO_BLK) {
471 if (pctx.blk != NO_BLK)

Completed in 182 milliseconds