Searched refs:usedbytes (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/pci/hotplug/ |
D | cpqphp_nvram.c | 225 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-v4.19/fs/xfs/scrub/ |
D | attr.c | 196 unsigned int *usedbytes, in xchk_xattr_entry() argument 242 *usedbytes += namesize; in xchk_xattr_entry() 263 unsigned int usedbytes = 0; in xchk_xattr_block() local 288 if (leafhdr.usedbytes > mp->m_attr_geo->blksize) in xchk_xattr_block() 316 usedmap, ent, i, &usedbytes, &last_hashval); in xchk_xattr_block() 325 if (leafhdr.usedbytes != usedbytes) in xchk_xattr_block()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 115 ASSERT(!to->count && !to->usedbytes); in xfs_attr3_leaf_firstused_from_disk() 170 to->usedbytes = be16_to_cpu(hdr3->usedbytes); in xfs_attr3_leaf_hdr_from_disk() 184 to->usedbytes = be16_to_cpu(from->hdr.usedbytes); in xfs_attr3_leaf_hdr_from_disk() 212 hdr3->usedbytes = cpu_to_be16(from->usedbytes); in xfs_attr3_leaf_hdr_to_disk() 227 to->hdr.usedbytes = cpu_to_be16(from->usedbytes); in xfs_attr3_leaf_hdr_to_disk() 1435 ichdr->usedbytes += xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_add_work() 1472 ichdr_dst->usedbytes = 0; in xfs_attr3_leaf_compact() 1623 space = ichdr1.usedbytes - totallen; in xfs_attr3_leaf_rebalance() 1652 space = totallen - ichdr1.usedbytes; in xfs_attr3_leaf_rebalance() 1767 half += ichdr1->usedbytes + ichdr2->usedbytes + in xfs_attr3_leaf_figure_balance() [all …]
|
D | xfs_da_format.h | 638 __be16 usedbytes; /* num bytes of names/values stored */ member 688 __be16 usedbytes; member 720 uint16_t usedbytes; member
|