Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dcpqphp_nvram.c239 u32 usedbytes; in store_HRT() local
261 usedbytes = 0; in store_HRT()
268 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT()
273 rc = add_byte(&pFill, 1, &usedbytes, &available); in store_HRT()
283 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available); in store_HRT()
288 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
293 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
298 rc = add_dword(&pFill, 0, &usedbytes, &available); in store_HRT()
312 rc = add_dword(&pFill, resNode->base, &usedbytes, &available); in store_HRT()
317 rc = add_dword(&pFill, resNode->length, &usedbytes, &available); in store_HRT()
[all …]
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr_leaf.c127 ASSERT(!to->count && !to->usedbytes); in xfs_attr3_leaf_firstused_from_disk()
182 to->usedbytes = be16_to_cpu(hdr3->usedbytes); in xfs_attr3_leaf_hdr_from_disk()
196 to->usedbytes = be16_to_cpu(from->hdr.usedbytes); in xfs_attr3_leaf_hdr_from_disk()
224 hdr3->usedbytes = cpu_to_be16(from->usedbytes); in xfs_attr3_leaf_hdr_to_disk()
239 to->hdr.usedbytes = cpu_to_be16(from->usedbytes); in xfs_attr3_leaf_hdr_to_disk()
1333 ichdr->usedbytes += xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_add_work()
1370 ichdr_dst->usedbytes = 0; in xfs_attr3_leaf_compact()
1528 space = ichdr1.usedbytes - totallen; in xfs_attr3_leaf_rebalance()
1557 space = totallen - ichdr1.usedbytes; in xfs_attr3_leaf_rebalance()
1672 half += ichdr1->usedbytes + ichdr2->usedbytes + in xfs_attr3_leaf_figure_balance()
[all …]
Dxfs_da_format.h652 __be16 usedbytes; /* num bytes of names/values stored */ member
702 __be16 usedbytes; member
734 __uint16_t usedbytes; member