Searched refs:blockcount (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/atm/
H A Dueagle-atm.c542 u8 pagecount, blockcount; local
562 /* enough space for blockcount? */
567 blockcount = FW_GET_BYTE(dsp + pp);
570 for (j = 0; j < blockcount; j++) {
669 u8 pagecount, blockcount; local
697 blockcount = FW_GET_BYTE(p);
701 "sending %u blocks for DSP page %u\n", blockcount, pageno); local
707 for (i = 0; i < blockcount; i++) {
716 bi.wLast = cpu_to_le16((i == blockcount - 1) ? 1 : 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc_btree.c1049 xfs_extlen_t blockcount; /* key value */ local
1058 * Get startblock & blockcount.
1065 blockcount = be32_to_cpu(kkp->ar_blockcount);
1071 blockcount = be32_to_cpu(krp->ar_blockcount);
1079 else if (!(diff = (int)blockcount -
H A Dxfs_inode.c4357 xfs_filblks_t blockcount = 0; /* number of blocks in extent */ local
4387 blockcount = xfs_bmbt_get_blockcount(ep);
4390 } else if (bno >= startoff + blockcount) {
4405 if (bno >= startoff + blockcount) {
H A Dxfs_bmap.c6011 xfs_fsblock_t blockcount; /* extent block count */ local
6033 blockcount = xfs_bmbt_get_blockcount(lastrec);
6034 *eof = endoff >= startoff + blockcount;

Completed in 184 milliseconds