HomeSort by relevance Sort by last modified time
    Searched defs:pblk (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/ext2fs/
fallocate.c 67 printf("extent: lblk %llu--%llu, len %u, pblk %llu, flags: ",
107 blk64_t fillable, pblk, plen, x, y; local
288 &pblk, &plen);
291 if (pblk + plen != right_ext->e_pblk)
293 err = claim_range(fs, inode, pblk, plen);
365 x + fillable, &pblk);
368 if (pblk)
379 x, fillable, NULL, &pblk, &plen);
382 err = claim_range(fs, inode, pblk, plen);
404 err = ext2fs_zero_blocks2(fs, pblk, plen, NULL, NULL)
    [all...]
punch.c 173 printf("extent: lblk %llu--%llu, len %u, pblk %llu, flags: ",
198 blk64_t pblk; local
218 lfree_start, &pblk);
221 if (!pblk) {
247 lfree_start, &pblk);
250 if (!pblk) {
  /external/e2fsprogs/debugfs/
htree.c 43 blk64_t pblk; local
52 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk);
59 fprintf(pager, "Reading directory block %llu, phys %llu\n", blk, pblk);
60 errcode = ext2fs_read_dir_block4(current_fs, pblk, buf, 0, ino);
64 blk, pblk);
199 blk64_t pblk; local
207 errcode = ext2fs_bmap2(fs, ino, inode, buf, 0, blk, 0, &pblk);
214 errcode = io_channel_read_blk64(current_fs->io, pblk, 1, buf);
debugfs.c 1998 blk64_t blk, pblk = 0; local
    [all...]
  /external/e2fsprogs/e2fsck/
super.c 322 blk_t blk, pblk; local
406 pblk = fs->super->s_first_data_block + 1 + fs->desc_blocks;
408 pblk++; /* Deal with 1024 blocksize bigalloc fs */
410 i++, gdt_off++, pblk++) {
412 if (dind_buf[gdt_off] != pblk)
414 retval = ext2fs_read_ind_block(fs, pblk, ind_buf);
421 expect = pblk + EXT2_GROUPS_TO_BLOCKS(fs->super, j);

Completed in 84 milliseconds