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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dalloc_tables.c34 blk_t group_blk, start_blk, last_blk, new_blk, blk; local
48 1, bmap, &start_blk);
51 start_blk += fs->inode_blocks_per_group;
52 start_blk += ((fs->stride * group) %
53 (last_blk - start_blk + 1));
54 if (start_blk >= last_blk)
55 start_blk = group_blk;
57 start_blk = group_blk;
60 retval = ext2fs_get_free_blocks(fs, start_blk, last_blk,
72 retval = ext2fs_get_free_blocks(fs, start_blk, last_bl
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dacorn.c143 unsigned int start_blk = 0, mask = (1 << hd->minor_shift) - 1; local
169 data = read_dev_sector(bdev, start_blk * 2 + 6, &sect);
188 start_blk += nr_sects >> (BLOCK_SIZE_BITS - 9);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dcciss.c1330 int log_unit, start_blk, seg; local
1384 start_blk = hba[h->ctlr]->hd[MINOR(creq->rq_dev)].start_sect + creq->sector;
1435 c->Request.CDB[2]= (start_blk >> 24) & 0xff; //MSB
1436 c->Request.CDB[3]= (start_blk >> 16) & 0xff;
1437 c->Request.CDB[4]= (start_blk >> 8) & 0xff;
1438 c->Request.CDB[5]= start_blk & 0xff;

Completed in 43 milliseconds