Searched refs:new_blocks (Results 1 - 5 of 5) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/lib/
H A Drheap.c46 int i, new_blocks; local
53 new_blocks = max_blocks - info->max_blocks;
84 info->empty_slots += new_blocks;
89 blk = block + info->max_blocks - new_blocks;
90 for (i = 0; i < new_blocks; i++, blk++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dinode.c512 * @new_blocks: on return it will store the new block numbers for
519 ext3_fsblk_t new_blocks[4], int *err)
547 new_blocks[index++] = current_block++;
556 new_blocks[index] = current_block;
564 ext3_free_blocks(handle, inode, new_blocks[i], 1);
602 ext3_fsblk_t new_blocks[4]; local
606 *blks, new_blocks, &err);
610 branch[0].key = cpu_to_le32(new_blocks[0]);
620 bh = sb_getblk(inode->i_sb, new_blocks[n-1]);
633 branch[n].key = cpu_to_le32(new_blocks[
517 ext3_alloc_blocks(handle_t *handle, struct inode *inode, ext3_fsblk_t goal, int indirect_blks, int blks, ext3_fsblk_t new_blocks[4], int *err) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dinode.c510 * @new_blocks: on return it will store the new block numbers for
517 ext4_fsblk_t new_blocks[4], int *err)
545 new_blocks[index++] = current_block++;
554 new_blocks[index] = current_block;
562 ext4_free_blocks(handle, inode, new_blocks[i], 1);
600 ext4_fsblk_t new_blocks[4]; local
604 *blks, new_blocks, &err);
608 branch[0].key = cpu_to_le32(new_blocks[0]);
618 bh = sb_getblk(inode->i_sb, new_blocks[n-1]);
631 branch[n].key = cpu_to_le32(new_blocks[
515 ext4_alloc_blocks(handle_t *handle, struct inode *inode, ext4_fsblk_t goal, int indirect_blks, int blks, ext4_fsblk_t new_blocks[4], int *err) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.c467 int status, new_blocks, i; local
492 new_blocks = le16_to_cpu(el->l_tree_depth);
495 new_eb_bhs = kcalloc(new_blocks, sizeof(struct buffer_head *),
503 status = ocfs2_create_new_meta_bhs(osb, handle, inode, new_blocks,
513 /* Note: new_eb_bhs[new_blocks - 1] is the guy which will be
521 for(i = 0; i < new_blocks; i++) {
622 for (i = 0; i < new_blocks; i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Dxattr.c627 unsigned long old_blocks, new_blocks; local
654 old_blocks = new_blocks = 0;
664 new_blocks = lengthDXD(&ea_buf->new_ea);

Completed in 90 milliseconds