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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_nvram.c238 u32 usedbytes; local
261 usedbytes = 0;
268 rc = add_byte( &pFill, 1 + ctrl->push_flag, &usedbytes, &available);
273 rc = add_byte( &pFill, 1, &usedbytes, &available);
283 rc = add_byte( &pFill, ctrl->bus, &usedbytes, &available);
288 rc = add_byte( &pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available);
293 rc = add_byte( &pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available);
298 rc = add_dword( &pFill, 0, &usedbytes, &available);
312 rc = add_dword( &pFill, resNode->base, &usedbytes, &available);
317 rc = add_dword( &pFill, resNode->length, &usedbytes,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_leaf.h83 __be16 usedbytes; /* num bytes of names/values stored */ member in struct:xfs_attr_leaf_hdr
H A Dxfs_attr_leaf.c1224 be16_add(&hdr->usedbytes, xfs_attr_leaf_entsize(leaf, args->index));
1261 hdr_d->usedbytes = 0;
1352 space = be16_to_cpu(hdr1->usedbytes) - totallen;
1384 space = totallen - be16_to_cpu(hdr1->usedbytes);
1486 half += be16_to_cpu(hdr1->usedbytes) +
1487 be16_to_cpu(hdr2->usedbytes) +
1536 * Calculate the number of usedbytes that will end up in lower block.
1590 be16_to_cpu(leaf->hdr.usedbytes);
1646 bytes -= be16_to_cpu(leaf->hdr.usedbytes);
1650 bytes -= be16_to_cpu(leaf->hdr.usedbytes);
[all...]

Completed in 142 milliseconds