Searched refs:newblocks (Results 1 – 4 of 4) sorted by relevance
25 int newblocks; member58 es->newblocks++; in expand_dir_proc()112 es.newblocks = 0; in ext2fs_expand_dir()133 ext2fs_iblk_add_blocks(fs, &inode, es.newblocks); in ext2fs_expand_dir()
172 newblocks = (len(val) + _BLOCKSIZE - 1) // _BLOCKSIZE173 if newblocks <= oldblocks:
779 blk64_t newblocks; member823 es->newblocks++; in expand_dir_proc()879 es.newblocks = 0; in e2fsck_expand_directory()901 ext2fs_iblk_add_blocks(fs, EXT2_INODE(&inode), es.newblocks); in e2fsck_expand_directory()903 es.newblocks * EXT2_CLUSTER_SIZE(fs->super)); in e2fsck_expand_directory()
214 newblocks = (len(val) + _BLOCKSIZE - 1) // _BLOCKSIZE215 if newblocks <= oldblocks: