Searched refs:sblk (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c161 if (SQUASHFS_CHECK_DATA(msblk->sblk.flags)) {
189 struct squashfs_super_block *sblk = &msblk->sblk; local
206 if (c_byte > srclength || index < 0 || (index + c_byte) > sblk->bytes_used)
219 if (index < 0 || (index + 2) > sblk->bytes_used)
233 if (c_byte > srclength || (index + c_byte) > sblk->bytes_used)
312 (SQUASHFS_CHECK_DATA(msblk->sblk.flags)
499 struct squashfs_super_block *sblk = &msblk->sblk; local
545 start_block, length, NULL, sblk
677 struct squashfs_super_block *sblk = &msblk->sblk; local
987 struct squashfs_super_block *sblk = &msblk->sblk; local
1023 struct squashfs_super_block *sblk = &msblk->sblk; local
1059 struct squashfs_super_block *sblk = &msblk->sblk; local
1096 struct squashfs_super_block *sblk; local
1325 struct squashfs_super_block *sblk = &msblk->sblk; local
1532 struct squashfs_super_block *sblk = &msblk->sblk; local
1658 struct squashfs_super_block *sblk = &msblk->sblk; local
1777 struct squashfs_super_block *sblk = &msblk->sblk; local
1857 struct squashfs_super_block *sblk = &msblk->sblk; local
1907 struct squashfs_super_block *sblk = &msblk->sblk; local
1962 struct squashfs_super_block *sblk = &msblk->sblk; local
2105 struct squashfs_super_block *sblk = &msblk->sblk; local
[all...]
H A Dsquashfs2_0.c52 struct squashfs_super_block *sblk = &msblk->sblk; local
55 (sblk->fragments), GFP_KERNEL))) {
60 if (SQUASHFS_FRAGMENT_INDEX_BYTES_2(sblk->fragments) &&
63 sblk->fragment_table_start,
65 (sblk->fragments) |
66 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL, SQUASHFS_FRAGMENT_INDEX_BYTES_2(sblk->fragments))) {
75 for (i = 0; i < SQUASHFS_FRAGMENT_INDEXES_2(sblk->fragments);
126 struct squashfs_super_block *sblk = &msblk->sblk; local
147 struct squashfs_super_block *sblk = &msblk->sblk; local
399 struct squashfs_super_block *sblk = &msblk->sblk; local
448 struct squashfs_super_block *sblk = &msblk->sblk; local
503 struct squashfs_super_block *sblk = &msblk->sblk; local
618 struct squashfs_super_block *sblk = &msblk->sblk; local
729 struct squashfs_super_block *sblk = &msblk->sblk; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsquashfs_fs_sb.h43 struct squashfs_super_block sblk; member in struct:squashfs_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dread_fs.c359 squashfs_super_block sblk; local
375 SQUASHFS_SWAP_SUPER_BLOCK(&sblk, sBlk);
376 memcpy(sBlk, &sblk, sizeof(squashfs_super_block));
H A Dunsquashfs.c1240 squashfs_super_block sblk; local
1253 SQUASHFS_SWAP_SUPER_BLOCK(&sblk, &sBlk);
1254 memcpy(&sBlk, &sblk, sizeof(squashfs_super_block));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbnx2.c1962 struct status_block *sblk = bp->status_blk; local
1966 new_link_state = sblk->status_attn_bits & event;
1967 old_link_state = sblk->status_attn_bits_ack & event;
1992 struct status_block *sblk = bp->status_blk; local
1996 hw_cons = bp->hw_tx_cons = sblk->status_tx_quick_consumer_index0;
2052 sblk->status_tx_quick_consumer_index0;
2110 struct status_block *sblk = bp->status_blk; local
2115 hw_cons = bp->hw_rx_cons = sblk->status_rx_quick_consumer_index0;
2236 sblk->status_rx_quick_consumer_index0;
2330 struct status_block *sblk local
2347 struct status_block *sblk = bp->status_blk; local
[all...]
H A Dtg3.c535 struct tg3_hw_status *sblk = tp->hw_status; local
542 if (sblk->status & SD_STATUS_LINK_CHG)
546 if (sblk->idx[0].tx_consumer != tp->tx_cons ||
547 sblk->idx[0].rx_producer != tp->rx_rcb_ptr)
3428 struct tg3_hw_status *sblk = tp->hw_status; local
3435 if (sblk->status & SD_STATUS_LINK_CHG) {
3436 sblk->status = SD_STATUS_UPDATED |
3437 (sblk->status & ~SD_STATUS_LINK_CHG);
3445 if (sblk->idx[0].tx_consumer != tp->tx_cons) {
3458 if (sblk
3565 struct tg3_hw_status *sblk = tp->hw_status; local
3614 struct tg3_hw_status *sblk = tp->hw_status; local
3663 struct tg3_hw_status *sblk = tp->hw_status; local
[all...]

Completed in 137 milliseconds