Searched refs:new_blocks (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Drheap.c48 int i, new_blocks; local
55 new_blocks = max_blocks - info->max_blocks;
86 info->empty_slots += new_blocks;
91 blk = block + info->max_blocks - new_blocks;
92 for (i = 0; i < new_blocks; i++, blk++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dinode.c389 * @new_blocks: on return it will store the new block numbers for
396 ext2_fsblk_t new_blocks[4], int *err)
424 new_blocks[index++] = current_block++;
433 new_blocks[index] = current_block;
441 ext2_free_blocks(inode, new_blocks[i], 1);
481 ext2_fsblk_t new_blocks[4]; local
485 *blks, new_blocks, &err);
489 branch[0].key = cpu_to_le32(new_blocks[0]);
499 bh = sb_getblk(inode->i_sb, new_blocks[n-1]);
504 branch[n].key = cpu_to_le32(new_blocks[
394 ext2_alloc_blocks(struct inode *inode, ext2_fsblk_t goal, int indirect_blks, int blks, ext2_fsblk_t new_blocks[4], int *err) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dinode.c543 * @new_blocks: on return it will store the new block numbers for
550 ext3_fsblk_t new_blocks[4], int *err)
578 new_blocks[index++] = current_block++;
587 new_blocks[index] = current_block;
595 ext3_free_blocks(handle, inode, new_blocks[i], 1);
633 ext3_fsblk_t new_blocks[4]; local
637 *blks, new_blocks, &err);
641 branch[0].key = cpu_to_le32(new_blocks[0]);
651 bh = sb_getblk(inode->i_sb, new_blocks[n-1]);
664 branch[n].key = cpu_to_le32(new_blocks[
548 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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dinode.c586 * @new_blocks: on return it will store the new block numbers for
594 ext4_fsblk_t new_blocks[4], int *err)
633 new_blocks[index++] = current_block++;
641 new_blocks[index] = current_block;
686 new_blocks[index] = current_block;
697 ext4_free_blocks(handle, inode, 0, new_blocks[i], 1, 0);
736 ext4_fsblk_t new_blocks[4]; local
740 *blks, new_blocks, &err);
744 branch[0].key = cpu_to_le32(new_blocks[0]);
754 bh = sb_getblk(inode->i_sb, new_blocks[
591 ext4_alloc_blocks(handle_t *handle, struct inode *inode, ext4_lblk_t iblock, ext4_fsblk_t goal, int indirect_blks, int blks, ext4_fsblk_t new_blocks[4], int *err) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dxattr.c609 unsigned long old_blocks, new_blocks; local
636 old_blocks = new_blocks = 0;
646 new_blocks = lengthDXD(&ea_buf->new_ea);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dalloc.c1168 int status, new_blocks, i; local
1190 new_blocks = le16_to_cpu(el->l_tree_depth);
1214 new_eb_bhs = kcalloc(new_blocks, sizeof(struct buffer_head *),
1222 status = ocfs2_create_new_meta_bhs(handle, et, new_blocks,
1229 /* Note: new_eb_bhs[new_blocks - 1] is the guy which will be
1237 for(i = 0; i < new_blocks; i++) {
1331 for (i = 0; i < new_blocks; i++)

Completed in 80 milliseconds