Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dcpqphp_nvram.c225 u32 usedbytes; in store_HRT() local
247 usedbytes = 0; in store_HRT()
254 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT()
259 rc = add_byte(&pFill, 1, &usedbytes, &available); in store_HRT()
269 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available); in store_HRT()
274 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
279 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
284 rc = add_dword(&pFill, 0, &usedbytes, &available); in store_HRT()
298 rc = add_dword(&pFill, resNode->base, &usedbytes, &available); in store_HRT()
303 rc = add_dword(&pFill, resNode->length, &usedbytes, &available); in store_HRT()
[all …]
/linux/fs/xfs/scrub/
H A Dattr.c303 unsigned int *usedbytes, in xchk_xattr_entry() argument
353 *usedbytes += namesize; in xchk_xattr_entry()
374 unsigned int usedbytes = 0; in xchk_xattr_block() local
412 if (leafhdr.usedbytes > mp->m_attr_geo->blksize) in xchk_xattr_block()
445 ent, i, &usedbytes, &last_hashval); in xchk_xattr_block()
476 if (leafhdr.usedbytes != usedbytes) in xchk_xattr_block()