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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dalloc_tables.c35 blk_t group_blk, start_blk, last_blk, new_blk, blk; local
41 last_blk = group_blk + fs->super->s_blocks_per_group;
42 if (last_blk >= fs->super->s_blocks_count)
43 last_blk = fs->super->s_blocks_count - 1;
54 (last_blk - start_blk));
55 if (start_blk > last_blk)
61 retval = ext2fs_get_free_blocks(fs, start_blk, last_blk,
65 last_blk, 1, bmap, &new_blk);
73 retval = ext2fs_get_free_blocks(fs, start_blk, last_blk,
77 last_blk,
[all...]
H A Dexpanddir.c37 static blk_t last_blk = 0; local
42 last_blk = *blocknr;
45 retval = ext2fs_new_block(fs, last_blk, 0, &new_blk);
H A Dmkjournal.c158 static blk_t last_blk = 0; local
162 last_blk = *blocknr;
165 retval = ext2fs_new_block(fs, last_blk, 0, &new_blk);
184 last_blk = new_blk;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dfile.c790 u32 last_blk, blkcnt, blk; local
798 last_blk = 0;
801 last_blk = ((u32)inode->i_size - 1) / AFFS_SB(sb)->s_data_blksize;
802 ext = last_blk / AFFS_SB(sb)->s_hashsize;
849 blk = last_blk;
851 i = last_blk % AFFS_SB(sb)->s_hashsize + 1;
868 AFFS_I(inode)->i_blkcnt = last_blk + 1;
871 struct buffer_head *bh = affs_bread_ino(inode, last_blk, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_recover.c301 xfs_daddr_t *last_blk,
309 mid_blk = BLK_AVG(first_blk, *last_blk);
310 while (mid_blk != first_blk && mid_blk != *last_blk) {
316 *last_blk = mid_blk;
322 mid_blk = BLK_AVG(first_blk, *last_blk);
324 ASSERT((mid_blk == first_blk && mid_blk+1 == *last_blk) ||
325 (mid_blk == *last_blk && mid_blk-1 == first_blk));
394 * In the typical case, last_blk is the number of the block directly after
407 xfs_daddr_t *last_blk,
416 int num_blks = *last_blk
297 xlog_find_cycle_start( xlog_t *log, xfs_buf_t *bp, xfs_daddr_t first_blk, xfs_daddr_t *last_blk, uint cycle) argument
404 xlog_find_verify_log_record( xlog_t *log, xfs_daddr_t start_blk, xfs_daddr_t *last_blk, int extra_bblks) argument
521 xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; local
989 xfs_daddr_t new_blk, last_blk, start_blk; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c7320 static blk_t last_blk = 0; local
7333 last_blk = *blocknr;
7336 retval = ext2fs_new_block(fs, last_blk, ctx->block_found_map,

Completed in 299 milliseconds