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

  /external/e2fsprogs/lib/ext2fs/
bmap.c 143 blk64_t lblk, blk64_t *phys_blk)
151 base_block = lblk & ~EXT2FS_CLUSTER_MASK(fs);
153 * Except for the logical block (lblk) that was passed in, search all
162 if (base_block + i == lblk)
171 *phys_blk = pblock - i + (lblk - base_block);
177 struct ext2_inode *inode, blk64_t lblk,
193 retval = implied_cluster_alloc(fs, ino, inode, handle, lblk, pblk);
254 alloc_ctx.lblk = extent.e_lblk;
317 .lblk = 0,
undo_io.c 552 blk64_t super_block, lblk; local
613 lblk = data->first_key_blk;
620 data->key_blk_num = lblk;
622 lblk, 1, data->keyb);
641 lblk++;
655 lblk += (size + blocksize - 1) / blocksize;
656 data->undo_blk_num = lblk;
alloc.c 348 struct ext2_inode *inode, blk64_t lblk)
367 err = ext2fs_extent_goto2(handle, 0, lblk);
374 return extent.e_pblk + (lblk - extent.e_lblk);
ext2fs.h 380 blk64_t lblk; member in struct:blk_alloc_ctx
723 struct ext2_inode *inode, blk64_t lblk);
996 struct ext2_inode *inode, blk64_t lblk,
    [all...]
extent.c 70 blk64_t lblk; member in struct:ext2_extent_path
112 printf("extent: lblk %llu--%llu, len %u, pblk %llu, flags: ",
631 save_path->lblk = extent.e_lblk;
758 * mapping the same lblk and someone calls fix_parents on the second of the two
762 * Or simply don't map the same lblk with two extents, ever.
    [all...]
  /external/e2fsprogs/misc/
e2undo.c 310 blk64_t lblk; local
497 lblk = ext2fs_le64_to_cpu(undo_ctx.hdr.key_offset);
505 lblk, 1, keyb);
520 tdb_file, lblk);
530 tdb_file, lblk);
535 lblk++;
543 ikey->fileblk = lblk;
546 lblk += (ikey->size + undo_ctx.blocksize - 1) /
mk_hugefiles.c 267 blk64_t lblk, bend = 0; local
304 lblk = 0;
352 newextent.e_lblk = lblk;
360 lblk += l;
  /external/e2fsprogs/e2fsck/
pass1.c 2908 blk64_t lblk = extent.e_lblk; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 585 blk64_t blk, lblk; local
597 lblk = ext2fs_group_last_block2(fs, g);
599 lblk - blk + 1);
    [all...]

Completed in 600 milliseconds