Searched refs:indirect_blks (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dinode.c386 * @indirect_blks: the number of blocks need to allocate for indirect
395 ext2_fsblk_t goal, int indirect_blks, int blks,
412 target = blks + indirect_blks;
423 while (index < indirect_blks && count) {
473 int indirect_blks, int *blks, ext2_fsblk_t goal,
484 num = ext2_alloc_blocks(inode, goal, indirect_blks,
493 for (n = 1; n <= indirect_blks; n++) {
506 if ( n == indirect_blks) {
614 int indirect_blks; local
700 indirect_blks
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
472 ext2_alloc_branch(struct inode *inode, int indirect_blks, int *blks, ext2_fsblk_t goal, int *offsets, Indirect *branch) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dinode.c540 * @indirect_blks: the number of blocks need to allocate for indirect
549 ext3_fsblk_t goal, int indirect_blks, int blks,
566 target = blks + indirect_blks;
577 while (index < indirect_blks && count) {
602 * @indirect_blks: number of allocated indirect blocks
625 int indirect_blks, int *blks, ext3_fsblk_t goal,
636 num = ext3_alloc_blocks(handle, inode, goal, indirect_blks,
645 for (n = 1; n <= indirect_blks; n++) {
666 if ( n == indirect_blks) {
693 for (i = 0; i <indirect_blks;
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
624 ext3_alloc_branch(handle_t *handle, struct inode *inode, int indirect_blks, int *blks, ext3_fsblk_t goal, int *offsets, Indirect *branch) argument
832 int indirect_blks; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dinode.c583 * @indirect_blks: the number of blocks need to allocate for indirect
593 int indirect_blks, int blks,
612 target = indirect_blks;
632 while (index < indirect_blks && count) {
704 * @indirect_blks: number of allocated indirect blocks
727 ext4_lblk_t iblock, int indirect_blks,
739 num = ext4_alloc_blocks(handle, inode, iblock, goal, indirect_blks,
748 for (n = 1; n <= indirect_blks; n++) {
770 if (n == indirect_blks) {
803 for (i = n+1; i < indirect_blks;
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
726 ext4_alloc_branch(handle_t *handle, struct inode *inode, ext4_lblk_t iblock, int indirect_blks, int *blks, ext4_fsblk_t goal, ext4_lblk_t *offsets, Indirect *branch) argument
936 int indirect_blks; local
[all...]

Completed in 139 milliseconds