• Home
  • Raw
  • Download

Lines Matching refs:pblk

107 	blk64_t			fillable, pblk, plen, x, y;  in ext_falloc_helper()  local
288 &pblk, &plen); in ext_falloc_helper()
291 if (pblk + plen != right_ext->e_pblk) in ext_falloc_helper()
293 err = claim_range(fs, inode, pblk, plen); in ext_falloc_helper()
365 x + fillable, &pblk); in ext_falloc_helper()
368 if (pblk) in ext_falloc_helper()
379 x, fillable, NULL, &pblk, &plen); in ext_falloc_helper()
382 err = claim_range(fs, inode, pblk, plen); in ext_falloc_helper()
404 err = ext2fs_zero_blocks2(fs, pblk, plen, NULL, NULL); in ext_falloc_helper()
436 right_ext->e_lblk - fillable, &pblk); in ext_falloc_helper()
439 if (pblk) in ext_falloc_helper()
456 fillable, NULL, &pblk, &plen); in ext_falloc_helper()
460 pblk & ~EXT2FS_CLUSTER_MASK(fs), in ext_falloc_helper()
461 plen + (pblk & EXT2FS_CLUSTER_MASK(fs))); in ext_falloc_helper()
484 err = ext2fs_zero_blocks2(fs, pblk, in ext_falloc_helper()
501 &pblk); in ext_falloc_helper()
504 if (pblk == 0) in ext_falloc_helper()
506 newex.e_pblk = pblk; in ext_falloc_helper()
553 &pblk); in ext_falloc_helper()
556 if (pblk == 0) in ext_falloc_helper()
558 newex.e_pblk = pblk; in ext_falloc_helper()
608 pblk = alloc_goal; in ext_falloc_helper()
613 err = ext2fs_new_range(fs, 0, pblk & ~EXT2FS_CLUSTER_MASK(fs), in ext_falloc_helper()
615 NULL, &pblk, &plen); in ext_falloc_helper()
618 err = claim_range(fs, inode, pblk, plen); in ext_falloc_helper()
623 newex.e_pblk = pblk + cluster_fill; in ext_falloc_helper()
650 err = ext2fs_zero_blocks2(fs, pblk, plen, NULL, NULL); in ext_falloc_helper()
659 pblk += plen - cluster_fill; in ext_falloc_helper()
660 if (pblk >= ext2fs_blocks_count(fs->super)) in ext_falloc_helper()
661 pblk = fs->super->s_first_data_block; in ext_falloc_helper()