Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pci/hotplug/
Dcpqphp_nvram.c241 u32 usedbytes; in store_HRT() local
264 usedbytes = 0; in store_HRT()
271 rc = add_byte( &pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT()
276 rc = add_byte( &pFill, 1, &usedbytes, &available); in store_HRT()
286 rc = add_byte( &pFill, ctrl->bus, &usedbytes, &available); in store_HRT()
291 rc = add_byte( &pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
296 rc = add_byte( &pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
301 rc = add_dword( &pFill, 0, &usedbytes, &available); in store_HRT()
315 rc = add_dword( &pFill, resNode->base, &usedbytes, &available); in store_HRT()
320 rc = add_dword( &pFill, resNode->length, &usedbytes, &available); in store_HRT()
[all …]
/linux-2.6.39/fs/xfs/
Dxfs_attr_leaf.c1175 be16_add_cpu(&hdr->usedbytes, xfs_attr_leaf_entsize(leaf, args->index)); in xfs_attr_leaf_add_work()
1212 hdr_d->usedbytes = 0; in xfs_attr_leaf_compact()
1303 space = be16_to_cpu(hdr1->usedbytes) - totallen; in xfs_attr_leaf_rebalance()
1335 space = totallen - be16_to_cpu(hdr1->usedbytes); in xfs_attr_leaf_rebalance()
1437 half += be16_to_cpu(hdr1->usedbytes) + in xfs_attr_leaf_figure_balance()
1438 be16_to_cpu(hdr2->usedbytes) + in xfs_attr_leaf_figure_balance()
1541 be16_to_cpu(leaf->hdr.usedbytes); in xfs_attr_leaf_toosmall()
1597 bytes -= be16_to_cpu(leaf->hdr.usedbytes); in xfs_attr_leaf_toosmall()
1601 bytes -= be16_to_cpu(leaf->hdr.usedbytes); in xfs_attr_leaf_toosmall()
1744 be16_add_cpu(&hdr->usedbytes, -entsize); in xfs_attr_leaf_remove()
[all …]
Dxfs_attr_leaf.h83 __be16 usedbytes; /* num bytes of names/values stored */ member